Public Member Functions | |
Module (const char *module) throw (FileError) | |
virtual | ~Module () |
void * | getSymbol (const char *symbol) const |
YGP::Module::Module | ( | const char * | module | ) | throw (FileError) |
Constructor from a std::string.
module | Name of module to load (may contain the path; else it is searched for in the default places) |
std::string | An describing text in case of an error |
YGP::Module::~Module | ( | ) | [virtual] |
Destructor.
void * YGP::Module::getSymbol | ( | const char * | symbol | ) | const |
Returns a pointer to the function with the passed name.
symbol | Name of function to find |