#include <Iguana/Utilities/classlib/utils/AutoLoad.h>
Public Member Functions | |
AutoLoadLib (const char *libname) | |
SharedLibrary::Data | data (const char *symname) |
bool | exists (void) |
SharedLibrary::Function | function (const char *symname) |
SharedLibrary * | library (void) |
Private Attributes | |
const char * | m_libname |
SharedLibrary * | m_library |
Definition at line 18 of file AutoLoad.h.
lat::AutoLoadLib::AutoLoadLib | ( | const char * | libname | ) |
SharedLibrary::Data lat::AutoLoadLib::data | ( | const char * | symname | ) |
Referenced by lat::AutoLoadLookup().
SharedLibrary::Function lat::AutoLoadLib::function | ( | const char * | symname | ) |
Referenced by lat::AutoLoadLookup().
SharedLibrary* lat::AutoLoadLib::library | ( | void | ) |
const char* lat::AutoLoadLib::m_libname [private] |
Definition at line 32 of file AutoLoad.h.
SharedLibrary* lat::AutoLoadLib::m_library [private] |
Definition at line 33 of file AutoLoad.h.