Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

LoadedLibrary Class Reference

#include <DLManager.h>

List of all members.

Public Member Functions

 LoadedLibrary (const std::string &path)
void * get_proc (std::string symbol)
 ~LoadedLibrary ()
 LoadedLibrary (const std::string &path)
void * get_proc (std::string symbol)
 ~LoadedLibrary ()


Detailed Description

Class for a dynamically loaded library


Constructor & Destructor Documentation

LoadedLibrary::LoadedLibrary const std::string &  path  )  [inline]
 

Default constructor (takes the path to the shared library)

LoadedLibrary::~LoadedLibrary  )  [inline]
 

Destructor

LoadedLibrary::LoadedLibrary const std::string &  path  )  [inline]
 

Default constructor (takes the path to the shared library)

LoadedLibrary::~LoadedLibrary  )  [inline]
 

Destructor


Member Function Documentation

void* LoadedLibrary::get_proc std::string  symbol  )  [inline]
 

returns a pointer to the function named 'symbol'

void* LoadedLibrary::get_proc std::string  symbol  )  [inline]
 

returns a pointer to the function named 'symbol'


The documentation for this class was generated from the following files:
Generated on Wed Oct 5 14:28:56 2005 for FlowDesigner by  doxygen 1.4.4