Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
dynamic_library.h File Reference

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)
 

Detailed Description

load and unload a dynamic library