#include <file.h>
Inheritance diagram for ost::DSO:

Public Methods | |
| DSO (const char *filename) | |
| Construct and load a DSO object file. | |
| DSO (const char *filename, bool resolve) | |
| char * | getError (void) |
| Retrieve error indicator associated with DSO failure. | |
| void * | operator[] (const char *) |
| Lookup a symbol in the loaded file. | |
| bool | isValid (void) |
| See if DSO object is valid. | |
Static Public Methods | |
| 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.
|
|
||||||||||||
|
|
|
|
|
|
|
Retrieve error indicator associated with DSO failure. This is often used in catch handlers. |
|
|
See if DSO object is valid.
|
|
|
Lookup a symbol in the loaded file.
|
1.2.18