![]() |
omegalib
13.1
|
A cross-platform object for accessyng dynamically-linked libraries. More...
#include <Library.h>
Public Member Functions | |
Library () | |
~Library () | |
bool | open (const String &filename) |
void | close () |
bool | isOpen () const |
void * | getFunctionPointer (const String &functionName) |
![]() | |
ReferenceType () | |
virtual | ~ReferenceType () |
void | ref () |
void | unref () |
long | refCount () |
Additional Inherited Members | |
![]() | |
static void | printObjCounts () |
![]() | |
static List< ReferenceType * > | mysObjList |
A cross-platform object for accessyng dynamically-linked libraries.
omicron::Library::Library | ( | ) |
omicron::Library::~Library | ( | ) |
void omicron::Library::close | ( | ) |
void* omicron::Library::getFunctionPointer | ( | const String & | functionName | ) |
bool omicron::Library::isOpen | ( | ) | const |
bool omicron::Library::open | ( | const String & | filename | ) |