Definition at line 32 of file dynamic_library.h.
◆ DynamicLibrary()
◆ ~DynamicLibrary()
◆ GetFunction() [1/4]
std::function<T> GetFunction |
( |
const char * |
function_name | ) |
|
|
inline |
◆ GetFunction() [2/4]
std::function<T> GetFunction |
( |
const std::string & |
function_name | ) |
|
|
inline |
◆ GetFunction() [3/4]
void GetFunction |
( |
std::function< T > * |
function, |
|
|
const char * |
function_name |
|
) |
| |
|
inline |
◆ GetFunction() [4/4]
void GetFunction |
( |
std::function< T > * |
function, |
|
|
const std::string |
function_name |
|
) |
| |
|
inline |
◆ LibraryIsLoaded()
bool LibraryIsLoaded |
( |
| ) |
const |
|
inline |
◆ TryToLoad()
bool TryToLoad |
( |
const std::string & |
library_name | ) |
|
|
inline |
The documentation for this class was generated from the following file: