#include <dynamic_library.h>
Definition at line 20 of file dynamic_library.h.
Common::DynamicLibrary::DynamicLibrary |
( |
const std::string & |
libraryPath | ) |
|
Common::DynamicLibrary::~DynamicLibrary |
( |
| ) |
|
template<typename FuncType >
FuncType Common::DynamicLibrary::Find |
( |
const std::string & |
funcName | ) |
|
|
inline |
void * Common::DynamicLibrary::FindSymbol |
( |
const std::string & |
funcName | ) |
|
|
private |
void* Common::DynamicLibrary::Library |
|
private |
const std::string Common::DynamicLibrary::Path |
|
private |
The documentation for this class was generated from the following files: