Lunchbox
1.6.0
|
Helper to access dynamic shared objects (DSO) More...
#include <dso.h>
Public Member Functions | |
DSO () | |
Construct a new dynamic shared object. | |
~DSO () | |
Destruct this DSO handle. | |
bool | open (const std::string &fileName) |
Open a dynamic shared object. | |
void | close () |
Close the DSO, invalidates retrieved function pointers. | |
void * | getFunctionPointer (const std::string &functionName) |
bool | isOpen () const |
Construct a new dynamic shared object.
Destruct this DSO handle.
void lunchbox::DSO::close | ( | ) |
Close the DSO, invalidates retrieved function pointers.
void* lunchbox::DSO::getFunctionPointer | ( | const std::string & | functionName | ) |
bool lunchbox::DSO::isOpen | ( | ) | const |
bool lunchbox::DSO::open | ( | const std::string & | fileName | ) |