class DSO
|
Dynamic class file loader.
More... |
|
|
Public Methods
Public Static Methods
The DSO dynamic loader class is used to load object files. On
elf based systems this is typically done with dlopen. A dummy
stub class is generated for non-dl capable systems.
DSO (const char *filename)
| DSO |
Construct and load a DSO object file.
Parameters:
pathname | of object file to load.
|
DSO (const char *filename, bool resolve)
| DSO |
char * getError (void)
| getError |
Retrieve error indicator associated with DSO failure. This
is often used in catch handlers.
void * operator[] (const char *)
| operator[] |
Lookup a symbol in the loaded file.
void dynunload (void)
| dynunload |
[static]
bool isValid (void)
| isValid |
See if DSO object is valid.
Returns: true if valid.
DSO (const char *filename)
| DSO |
Construct and load a DSO object file.
Parameters:
pathname | of object file to load.
|
DSO (const char *filename, bool resolve)
| DSO |
char * getError (void)
| getError |
Retrieve error indicator associated with DSO failure. This
is often used in catch handlers.
void * operator[] (const char *)
| operator[] |
Lookup a symbol in the loaded file.
void dynunload (void)
| dynunload |
[static]
bool isValid (void)
| isValid |
See if DSO object is valid.
Returns: true if valid.
- Author: David Sugar
- Generated: dyfet on home on Fri Jan 4 18:52:16 2002, using kdoc 2.0a53.