#include <dll_dl.h>
Public Member Functions | |
void | assign (DllLoader_dl &other) |
bool | close () |
DllLoader_dl () | |
virtual void | getErrorDescription (String &descr) const |
DllFunc | getSymbol (const String &sym_name) const |
bool | open (const String &dll_name) |
virtual | ~DllLoader_dl () |
Static Public Member Functions | |
static const char * | dllExt () |
static bool | isDllMark (char ch1, char ch2) |
Falcon::DllLoader_dl::DllLoader_dl | ( | ) | [inline] |
virtual Falcon::DllLoader_dl::~DllLoader_dl | ( | ) | [virtual] |
void Falcon::DllLoader_dl::assign | ( | DllLoader_dl & | other | ) |
bool Falcon::DllLoader_dl::close | ( | ) |
static const char* Falcon::DllLoader_dl::dllExt | ( | ) | [inline, static] |
virtual void Falcon::DllLoader_dl::getErrorDescription | ( | String & | descr | ) | const [virtual] |
static bool Falcon::DllLoader_dl::isDllMark | ( | char | ch1, | |
char | ch2 | |||
) | [static] |
bool Falcon::DllLoader_dl::open | ( | const String & | dll_name | ) |