#include <file.h>
Public Methods | |
DSO (char *filename) | |
Construct and load a DSO object file. More... | |
DSO (char *filename, bool resolve) | |
char * | getError (void) |
Retrieve error indicator associated with DSO failure. More... | |
void * | operator[] (const char *) |
Lookup a symbol in the loaded file. More... | |
CCXX_MEMBER_EXPORT (bool) isValid(void) | |
See if DSO object is valid. More... | |
Friends | |
void | dynunload (void) |
On elf based systems this is typically done with dlopen. A dummy stub class is generated for non-dl capable systems.
|
Construct and load a DSO object file.
|
|
|
|
See if DSO object is valid.
|
|
Retrieve error indicator associated with DSO failure. This is often used in catch handlers. |
|
Lookup a symbol in the loaded file.
|
|
|