Classes | |
class | ClassDesc |
Storage for information about a given class. More... | |
class | ClassLoader |
A class to help manage and load classes. More... | |
class | CreateClassException |
An exception class thrown when pluginlib is unable to create the class associated with a given plugin. More... | |
class | LibraryLoadException |
An exception class thrown when pluginlib is unable to load the library associated with a given plugin. More... | |
class | PluginlibException |
A base class for all pluginlib exceptions that inherits from std::runtime_exception. More... | |
Functions | |
std::string | getPackageFromLibraryPath (const std::string &path) |
std::string | joinPaths (const std::string &path1, const std::string &path2) |
std::string pluginlib::getPackageFromLibraryPath | ( | const std::string & | path | ) |
Definition at line 46 of file boost_fs_wrapper.cpp.
std::string pluginlib::joinPaths | ( | const std::string & | path1, | |
const std::string & | path2 | |||
) |
Definition at line 40 of file boost_fs_wrapper.cpp.