DeploymentComponent::LoadedLib Class Reference
Keep a list of all loaded libraries such that double loads are avoided during import/loadLibrary.
More...
#include <DeploymentComponent.hpp>
List of all members.
|
Public Member Functions |
|
| LoadedLib (std::string n, void *h) |
Public Attributes |
|
std::string | name |
|
void * | handle |
|
std::vector< std::string > | components_type |
Detailed Description
Keep a list of all loaded libraries such that double loads are avoided during import/loadLibrary.
Definition at line 138 of file DeploymentComponent.hpp.
The documentation for this class was generated from the following file: