common_util 1.1.0
|
Dynamic(Shared) library loader. More...
#include <dlloader.h>
Public Member Functions | |
dlloader (const std::string &lib_path) | |
Construct a new dlloader object. | |
~dlloader () | |
Destroy the dlloader object. | |
dl_handle_t | get_symbol (const std::string &symbol_name) |
Get the symbol object. | |
Dynamic(Shared) library loader.
cutl::dlloader::dlloader | ( | const std::string & | lib_path | ) |
Construct a new dlloader object.
lib_path | library path |
dl_handle_t cutl::dlloader::get_symbol | ( | const std::string & | symbol_name | ) |
Get the symbol object.
symbol_name | symbol name |