#include <LibraryLoader.h>
§ LibraryLoader()
LibraryLoader::LibraryLoader |
( |
const std::string & |
libraryFile | ) |
|
|
explicit |
§ ~LibraryLoader()
LibraryLoader::~LibraryLoader |
( |
| ) |
|
|
virtualdefault |
§ DecrRef()
int LibraryLoader::DecrRef |
( |
| ) |
|
§ GetFileName()
const char * LibraryLoader::GetFileName |
( |
| ) |
const |
§ GetHModule()
virtual HMODULE LibraryLoader::GetHModule |
( |
| ) |
|
|
pure virtual |
§ GetName()
const char * LibraryLoader::GetName |
( |
| ) |
const |
§ GetPath()
const char * LibraryLoader::GetPath |
( |
| ) |
const |
§ GetRef()
int LibraryLoader::GetRef |
( |
| ) |
|
§ HasSymbols()
virtual bool LibraryLoader::HasSymbols |
( |
| ) |
|
|
pure virtual |
§ IncrRef()
int LibraryLoader::IncrRef |
( |
| ) |
|
§ IsSystemDll()
virtual bool LibraryLoader::IsSystemDll |
( |
| ) |
|
|
pure virtual |
§ Load()
virtual bool LibraryLoader::Load |
( |
| ) |
|
|
pure virtual |
§ ResolveExport()
virtual int LibraryLoader::ResolveExport |
( |
const char * |
symbol, |
|
|
void ** |
ptr, |
|
|
bool |
logging = true |
|
) |
| |
|
pure virtual |
§ ResolveOrdinal()
int LibraryLoader::ResolveOrdinal |
( |
unsigned long |
ordinal, |
|
|
void ** |
ptr |
|
) |
| |
|
virtual |
§ Unload()
virtual void LibraryLoader::Unload |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: