#include <mia/core/searchpath.hh>
Public Member Functions | |
void | add (const char *path) |
void | add (const boost::filesystem::path &path) __attribute__((deprecated)) |
CPluginSearchpath (bool no_subpath=false) | |
CPluginSearchpath (const CPluginSearchpath &other) | |
std::vector< PPluginModule > | find_modules (const std::string &data, const std::string &type) const |
CPluginSearchpath & | operator= (const CPluginSearchpath &other) |
~CPluginSearchpath () | |
Definition at line 32 of file searchpath.hh.
CPluginSearchpath::CPluginSearchpath | ( | bool | no_subpath = false | ) |
CPluginSearchpath::CPluginSearchpath | ( | const CPluginSearchpath & | other | ) |
CPluginSearchpath::~CPluginSearchpath | ( | ) |
void CPluginSearchpath::add | ( | const char * | path | ) |
void CPluginSearchpath::add | ( | const boost::filesystem::path & | path | ) |
std::vector<PPluginModule> CPluginSearchpath::find_modules | ( | const std::string & | data, |
const std::string & | type | ||
) | const |
CPluginSearchpath& CPluginSearchpath::operator= | ( | const CPluginSearchpath & | other | ) |