#include <Shlib.h>

Public Member Functions | |
| Shlib (const char *libname) | |
| Load a shared library. | |
| Shlib (const std::string &libname) | |
| Load a shared library. | |
| void | unload () |
| Unload shared library. | |
| void * | getSymbol (const char *symbol) |
| Look up symbol. | |
| template<class T> | |
| T | getSymbol (const char *symbol) |
| Look up symbol in shared library, cast it to the desired pointer type, void* by default. | |
Definition at line 35 of file Shlib.h.
| void qpid::sys::Shlib::unload | ( | ) |
Unload shared library.
| void* qpid::sys::Shlib::getSymbol | ( | const char * | symbol | ) |
1.5.6