![]() |
Belle II Software
release-06-00-14
|
Public Member Functions | |
DynamicLoader (const std::string &path) | |
void * | open (const std::string &lib_path) |
void * | load (const std::string &func_name) |
void | close () |
Private Attributes | |
void * | m_handle |
Definition at line 19 of file DynamicLoader.h.