DynamicLibrary - encapsulates the loading and unloading of dynamic libraries, typically used for loading ReaderWriter plug-ins
DynamicLibrary - encapsulates the loading and unloading of dynamic libraries, typically used for loading ReaderWriter plug-ins
typedef void* PROC_ADDRESS
typedef void* HANDLE
typedef void* PROC_ADDRESS
static DynamicLibrary* loadLibrary(const std::string& libraryName)
const std::string& getName() const
const std::string& getFullName() const
HANDLE getHandle() const
PROC_ADDRESS getProcAddress(const std::string& procName)
DynamicLibrary(const std::string& name, HANDLE handle)
Alphabetic index HTML hierarchy of classes or Java