#include <script3.h>
Definition at line 245 of file script3.h.
ost::Script::Package::Package |
( |
const char * |
name | ) |
|
static void DSO::dynunload |
( |
void |
| ) |
|
|
inlinestaticinherited |
const char* DSO::getError |
( |
void |
| ) |
|
|
inlineinherited |
Retrieve error indicator associated with DSO failure.
This is often used in catch handlers.
Definition at line 934 of file file.h.
static DSO* DSO::getObject |
( |
const char * |
name | ) |
|
|
staticinherited |
Find a specific DSO object by filename.
- Parameters
-
name | of DSO object file (partial). |
bool DSO::isValid |
( |
void |
| ) |
|
|
inherited |
See if DSO object is valid.
- Returns
- true if valid.
void* DSO::operator[] |
( |
const char * |
| ) |
|
|
inlineinherited |
Detach a DSO object from running memory.
Lookup a symbol in the loaded file.
Definition at line 950 of file file.h.
static void DSO::setDebug |
( |
void |
| ) |
|
|
staticinherited |
const char* ost::Script::Package::filename |
Package* ost::Script::Package::first |
|
static |
Package* ost::Script::Package::next |
The documentation for this class was generated from the following file: