YGP::Module Class Reference

Dynamically loading of modules. More...

List of all members.

Public Member Functions

 Module (const char *module) throw (FileError)
virtual ~Module ()
void * getSymbol (const char *symbol) const


Detailed Description

Dynamically loading of modules.

Constructor & Destructor Documentation

YGP::Module::Module ( const char *  module  )  throw (FileError)

Constructor from a std::string.

Parameters:
module Name of module to load (may contain the path; else it is searched for in the default places)
Exceptions:
std::string An describing text in case of an error

YGP::Module::~Module (  )  [virtual]

Destructor.


Member Function Documentation

void * YGP::Module::getSymbol ( const char *  symbol  )  const

Returns a pointer to the function with the passed name.

Parameters:
symbol Name of function to find
Returns:
void* Pointer to function or NULL


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

YGP Version 0.9.31 - Generated on Wed Nov 18 11:25:27 2009 by doxygen 1.5.8