![]() |
Diana Software
|
Public Member Functions | |
| QDLLManager (const char *fname, const bool autoload=false) | |
| virtual | ~QDLLManager () |
| QError | GetSymbol (void **, const char *sym_name) |
| const char * | LastError () |
Protected Attributes | |
| void * | h |
| const char * | err |
| Q_BEGIN_NAMESPACE QDLLManager::QDLLManager | ( | const char * | fname, |
| const bool | autoload = false |
||
| ) |
| QError QDLLManager::GetSymbol | ( | void ** | v, |
| const char * | sym_name | ||
| ) |
Definition at line 28 of file QDll.cc.
References err, h, QERR_SUCCESS, and QERR_UNKNOWN_ERR.
Referenced by QDLLLoader::LoadPlugin().
|
inline |
|
protected |
Definition at line 36 of file QDll.hh.
Referenced by GetSymbol(), LastError(), and QDLLManager().
|
protected |
Definition at line 35 of file QDll.hh.
Referenced by GetSymbol(), and QDLLManager().