OCL::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 29 of file ComponentLoader.hpp.


Constructor & Destructor Documentation

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

Definition at line 31 of file ComponentLoader.hpp.


Member Data Documentation

Definition at line 49 of file ComponentLoader.hpp.

File name of the library.

Definition at line 38 of file ComponentLoader.hpp.

Library handle.

Definition at line 47 of file ComponentLoader.hpp.

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

Definition at line 42 of file ComponentLoader.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


ocl
Author(s): OCL Development Team
autogenerated on Fri Jan 11 09:50:53 2013