Keep a list of all loaded libraries such that double loads are avoided during import/loadLibrary. More...
#include <DeploymentComponent.hpp>
Public Member Functions | |
| LoadedLib (std::string n, void *h) | |
Public Attributes | |
| std::string | name |
| void * | handle |
| std::vector< std::string > | components_type |
Keep a list of all loaded libraries such that double loads are avoided during import/loadLibrary.
Definition at line 163 of file DeploymentComponent.hpp.
1.6.1