replicode
|
#include <sharedlibrary.h>
Public Member Functions | |
SharedLibrary () | |
~SharedLibrary () | |
SharedLibrary * | load (const char *fileName) |
template<typename T > | |
T | getFunction (const char *functionName) |
Static Public Member Functions | |
static SharedLibrary * | New (const char *fileName) |
Private Attributes | |
shared_object | library |
core::SharedLibrary::SharedLibrary | ( | ) |
core::SharedLibrary::~SharedLibrary | ( | ) |
|
inline |
SharedLibrary * core::SharedLibrary::load | ( | const char * | fileName | ) |
|
static |
|
private |