#include <cel_dynload.h>

Public Member Functions | |
| virtual void * | getSymbolAddress (const String &inSymbolName)=0 |
Static Public Member Functions | |
| static AutoPtr < ModuleDynamicLoader > | create (const String &inModuleName) |
LoadLibrary or dlopen.
Definition at line 22 of file cel_dynload.h.
| static AutoPtr<ModuleDynamicLoader> Celartem::ModuleDynamicLoader::create | ( | const String & | inModuleName | ) | [static] |
This method initializes a new instance by loading the specified module.
| inModuleName | Name of the module to load. |
| virtual void* Celartem::ModuleDynamicLoader::getSymbolAddress | ( | const String & | inSymbolName | ) | [pure virtual] |
This method returns the address of the specified symbol.
| inSymbolName | Name of the symbol (function). |
NULL.