Public Member Functions | Public Attributes
RTT::ComponentLoader::LoadedLib Class Reference

List of all members.

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

Detailed Description

Keep a list of all loaded libraries such that double loads are avoided during import/loadLibrary.

Definition at line 28 of file ComponentLoader.hpp.


Constructor & Destructor Documentation

RTT::ComponentLoader::LoadedLib::LoadedLib ( std::string  n,
std::string  short_name,
void *  h 
) [inline]

Definition at line 30 of file ComponentLoader.hpp.


Member Data Documentation

Definition at line 48 of file ComponentLoader.hpp.

File name of the library.

Definition at line 37 of file ComponentLoader.hpp.

Library handle.

Definition at line 46 of file ComponentLoader.hpp.

Short name of the library (without lib/dll/so)

Definition at line 41 of file ComponentLoader.hpp.


The documentation for this class was generated from the following file:


rtt
Author(s): RTT Developers
autogenerated on Sat Jun 8 2019 18:46:36