A linkable list of objects that can be destroyed when a script image is removed from memory.
More...
#include <script3.h>
|
enum | scrAccess {
scrPUBLIC,
scrPROTECTED,
scrPRIVATE,
scrFUNCTION,
scrLOCAL
} |
|
typedef enum scrAccess | scrAccess |
|
enum | symType {
symNORMAL = 0,
symCONST,
symDYNAMIC,
symFIFO,
symSEQUENCE,
symSTACK,
symCOUNTER,
symPOINTER,
symREF,
symARRAY,
symASSOC,
symINITIAL,
symNUMBER,
symLOCK,
symPROPERTY,
symORIGINAL,
symMODIFIED,
symTIMER,
symBOOL
} |
|
typedef enum symType | symType |
|
typedef bool(ScriptInterp::* | Method )(void) |
|
typedef const char
*(ScriptCommand::* | Check )(Line *line, ScriptImage *img) |
|
typedef bool(* | Cond )(ScriptInterp *interp, const char *v) |
|
typedef long(* | Function )(long *args, unsigned prec) |
|
typedef const char *(* | Meta )(ScriptInterp *interp, const char *token) |
|
typedef const char *(* | Parse )(ScriptCompiler *img, const char *token) |
|
typedef void(* | Init )(void) |
|
typedef struct ost::Script::_symbol | Symbol |
|
typedef struct ost::Script::_array | Array |
|
A linkable list of objects that can be destroyed when a script image is removed from memory.
- Author
- David Sugar dyfet.nosp@m.@ost.nosp@m.el.co.nosp@m.m Object list in image.
Definition at line 894 of file script3.h.
typedef const char*(ScriptCommand::* ost::Script::Check)(Line *line, ScriptImage *img) |
|
inherited |
typedef bool(* ost::Script::Cond)(ScriptInterp *interp, const char *v) |
|
inherited |
typedef long(* ost::Script::Function)(long *args, unsigned prec) |
|
inherited |
typedef void(* ost::Script::Init)(void) |
|
inherited |
typedef const char*(* ost::Script::Meta)(ScriptInterp *interp, const char *token) |
|
inherited |
typedef bool(ScriptInterp::* ost::Script::Method)(void) |
|
inherited |
typedef const char*(* ost::Script::Parse)(ScriptCompiler *img, const char *token) |
|
inherited |
Enumerator |
---|
scrPUBLIC |
|
scrPROTECTED |
|
scrPRIVATE |
|
scrFUNCTION |
|
scrLOCAL |
|
Definition at line 113 of file script3.h.
Enumerator |
---|
symNORMAL |
|
symCONST |
|
symDYNAMIC |
|
symFIFO |
|
symSEQUENCE |
|
symSTACK |
|
symCOUNTER |
|
symPOINTER |
|
symREF |
|
symARRAY |
|
symASSOC |
|
symINITIAL |
|
symNUMBER |
|
symLOCK |
|
symPROPERTY |
|
symORIGINAL |
|
symMODIFIED |
|
symTIMER |
|
symBOOL |
|
Definition at line 123 of file script3.h.
virtual ost::ScriptObject::~ScriptObject |
( |
| ) |
|
|
protectedvirtual |
static void ost::Script::addConditional |
( |
const char * |
name, |
|
|
Cond |
test |
|
) |
| |
|
staticinherited |
static void ost::Script::addFunction |
( |
const char * |
name, |
|
|
unsigned |
count, |
|
|
Function |
i |
|
) |
| |
|
staticinherited |
static bool ost::Script::append |
( |
Symbol * |
sym, |
|
|
const char * |
value |
|
) |
| |
|
staticinherited |
static void ost::Script::clear |
( |
Symbol * |
sym | ) |
|
|
staticinherited |
static bool ost::Script::commit |
( |
Symbol * |
sym, |
|
|
const char * |
value |
|
) |
| |
|
staticinherited |
static unsigned ost::Script::count |
( |
Symbol * |
sym | ) |
|
|
staticinherited |
static const char* ost::Script::extract |
( |
Symbol * |
sym | ) |
|
|
staticinherited |
static unsigned ost::Script::getIndex |
( |
const char * |
id | ) |
|
|
staticinherited |
static bool ost::Script::isFunction |
( |
Name * |
scr | ) |
|
|
staticinherited |
static bool ost::Script::isPrivate |
( |
Name * |
scr | ) |
|
|
staticinherited |
static bool ost::Script::isScript |
( |
Name * |
scr | ) |
|
|
staticinherited |
static bool ost::Script::isSymbol |
( |
const char * |
id | ) |
|
|
staticinherited |
static unsigned ost::Script::storage |
( |
Symbol * |
sym | ) |
|
|
staticinherited |
static bool ost::Script::symindex |
( |
Symbol * |
sym, |
|
|
short |
offset |
|
) |
| |
|
staticinherited |
static bool ost::Script::use |
( |
const char * |
name | ) |
|
|
staticinherited |
const char* ost::Script::access_host |
|
staticinherited |
const char* ost::Script::access_pass |
|
staticinherited |
const char* ost::Script::access_user |
|
staticinherited |
const char* ost::Script::altplugins |
|
staticinherited |
const char* ost::Script::apps_extensions |
|
staticinherited |
const char* ost::Script::apps_prefix |
|
staticinherited |
unsigned ost::Script::autoStepping |
|
staticinherited |
char ost::Script::decimal |
|
staticinherited |
const char* ost::Script::etc_prefix |
|
staticinherited |
const char* ost::Script::exec_extensions |
|
staticinherited |
bool ost::Script::exec_funcs |
|
staticinherited |
const char* ost::Script::exec_prefix |
|
staticinherited |
const char* ost::Script::exec_token |
|
staticinherited |
const char* ost::Script::exit_token |
|
staticinherited |
bool ost::Script::fastStart |
|
staticinherited |
unsigned ost::Script::fastStepping |
|
staticinherited |
const char* ost::Script::log_prefix |
|
staticinherited |
size_t ost::Script::pagesize |
|
staticinherited |
const char* ost::Script::plugins |
|
staticinherited |
unsigned ost::Script::symlimit |
|
staticinherited |
unsigned ost::Script::symsize |
|
staticinherited |
bool ost::Script::use_definitions |
|
staticinherited |
bool ost::Script::use_funcs |
|
staticinherited |
bool ost::Script::use_macros |
|
staticinherited |
bool ost::Script::use_merge |
|
staticinherited |
bool ost::Script::use_prefix |
|
staticinherited |
bool ost::Script::useBigmem |
|
staticinherited |
const char* ost::Script::var_prefix |
|
staticinherited |
The documentation for this class was generated from the following file: