#include <dso.h>
Public Member Functions | |
| DSO () | |
| Construct a new dynamic shared object. | |
| bool | open (const std::string &fileName) |
| Open a dynamic shared object. | |
| void | close () |
| Close the DSO, which invalidates retrieved function pointers. | |
| void * | getFunctionPointer (const std::string &functionName) |
Definition at line 33 of file dso.h.
| eq::base::DSO::DSO | ( | ) | [inline] |
| bool eq::base::DSO::open | ( | const std::string & | fileName | ) |
| void * eq::base::DSO::getFunctionPointer | ( | const std::string & | functionName | ) |
Definition at line 86 of file dso.cpp.
Referenced by eq::Compressor::init().
0.9 by
1.5.8