load and unload a dynamic library More...
#include <string>#include <dlfcn.h>Go to the source code of this file.
Namespaces | |
| namespace | bbm |
Typedefs | |
| using | dl_handle_t = void * |
Functions | |
| dl_handle_t | loadDynamicLibrary (const std::string &name) |
| void | closeDynamicLibrary (dl_handle_t handle) |
load and unload a dynamic library