Public Member Functions | |
LoadedLib (std::string n, std::string short_name, void *h) | |
Public Attributes | |
std::vector< std::string > | components_type |
std::string | filename |
void * | handle |
std::string | shortname |
Keep a list of all loaded libraries such that double loads are avoided during import/loadLibrary.
Definition at line 66 of file ComponentLoader.hpp.
|
inline |
Definition at line 68 of file ComponentLoader.hpp.
std::vector<std::string> RTT::ComponentLoader::LoadedLib::components_type |
Definition at line 86 of file ComponentLoader.hpp.
std::string RTT::ComponentLoader::LoadedLib::filename |
File name of the library.
Definition at line 75 of file ComponentLoader.hpp.
void* RTT::ComponentLoader::LoadedLib::handle |
Library handle.
Definition at line 84 of file ComponentLoader.hpp.
std::string RTT::ComponentLoader::LoadedLib::shortname |
Short name of the library (without lib/dll/so)
Definition at line 79 of file ComponentLoader.hpp.