|
Public Types |
| typedef bool(ScriptInterp::* | Method )(void) |
| typedef char *(ScriptCommand::* | Check )(Line *line, ScriptImage *img) |
| typedef bool(* | Cond )(ScriptInterp *interp, const char *v) |
| typedef long(* | Function )(long *args, unsigned prec) |
| typedef char *(* | Meta )(ScriptInterp *interp, const char *token) |
| typedef const char *(* | Parse )(ScriptImage *img, const char *token) |
| typedef void(* | Init )(void) |
| typedef enum SymType | SymType |
| typedef Script::_symbol | Symbol |
| enum | SymType {
NORMAL = 0,
ALIAS,
FIFO,
SEQUENCE,
STACK,
COUNTER,
POINTER,
REF,
CACHE,
ARRAY,
RECORD
} |
Static Public Member Functions |
| static bool | use (const char *name) |
Protected Attributes |
| __EXPORT | Line |
Classes |
| struct | _symbol |
| class | Attr |
| class | Define |
| class | Fun |
| class | Initial |
| class | InitScript |
| class | Line |
| class | Locks |
| | This class holds a distributed lock set used for global script locks and the new lock/unlock commands.global lock table. More...
|
| class | Name |
| class | Package |
| | A class to represent internal ccScript loaded modules.loaded dso modules. More...
|
| class | PreParse |
| class | Property |
| | This class is used for DSO modules that impliment property extensions for scripting objects.ccScript property module. More...
|
| class | Test |