|
Equalizer
1.3.1-git
|
Helper to access dynamic shared objects (DSO) More...
#include <dso.h>
Inheritance diagram for co::base::DSO:
Collaboration diagram for co::base::DSO:Public Member Functions | |
| COBASE_API | DSO () |
| Construct a new dynamic shared object. | |
| COBASE_API | ~DSO () |
| Destruct this DSO handle. | |
| COBASE_API bool | open (const std::string &fileName) |
| Open a dynamic shared object. | |
| COBASE_API void | close () |
| Close the DSO, invalidates retrieved function pointers. | |
| COBASE_API void * | getFunctionPointer (const std::string &functionName) |
| COBASE_API bool | isOpen () const |
Helper to access dynamic shared objects (DSO)
Definition at line 34 of file co/base/dso.h.
| COBASE_API co::base::DSO::DSO | ( | ) |
Construct a new dynamic shared object.
| COBASE_API co::base::DSO::~DSO | ( | ) |
Destruct this DSO handle.
| COBASE_API void co::base::DSO::close | ( | ) |
Close the DSO, invalidates retrieved function pointers.
| COBASE_API void* co::base::DSO::getFunctionPointer | ( | const std::string & | functionName | ) |
| COBASE_API bool co::base::DSO::isOpen | ( | ) | const |
| COBASE_API bool co::base::DSO::open | ( | const std::string & | fileName | ) |
1.3.1-git by
1.8.0