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 28 of file ComponentLoader.hpp.
RTT::ComponentLoader::LoadedLib::LoadedLib | ( | std::string | n, |
std::string | short_name, | ||
void * | h | ||
) | [inline] |
Definition at line 30 of file ComponentLoader.hpp.
std::vector<std::string> RTT::ComponentLoader::LoadedLib::components_type |
Definition at line 48 of file ComponentLoader.hpp.
std::string RTT::ComponentLoader::LoadedLib::filename |
File name of the library.
Definition at line 37 of file ComponentLoader.hpp.
Library handle.
Definition at line 46 of file ComponentLoader.hpp.
std::string RTT::ComponentLoader::LoadedLib::shortname |
Short name of the library (without lib/dll/so)
Definition at line 41 of file ComponentLoader.hpp.