A module loader implementation using libdl (dlopen/dlsym, etc.) More...
#include <moduleLoaderLDL.h>
Public Member Functions | |
virtual void * | getFunction (string fnString) |
ModuleLoaderLDL () | |
~ModuleLoaderLDL () |
A module loader implementation using libdl (dlopen/dlsym, etc.)
Definition at line 7 of file moduleLoaderLDL.h.
Definition at line 7 of file moduleLoaderLDL.cpp.
Definition at line 12 of file moduleLoaderLDL.cpp.
void * ModuleLoaderLDL::getFunction | ( | string | fnString | ) | [virtual] |
Implements ModuleLoader.
Definition at line 19 of file moduleLoaderLDL.cpp.