Compiled script container. More...
#include <ccscript.h>
Compiled script container.
This class holds the image of a reference counted instance of a compiled script.
Definition at line 31 of file ccscript.h.
A type for compile-time command verification method invokation.
Definition at line 64 of file ccscript.h.
Convenience typedef to allow use of event name.
Definition at line 140 of file ccscript.h.
NAMESPACE_UCOMMON A structure to introduce new core commands to the runtime engine.
This is typically passed to assign as an array. Entries with no runtime method (method = NULL) are only processed at compile-time.
Basic compiled statement.
This is a linked list of statement lines, with an array of parsed statement arguments. An optional dsp resource mask value can be assigned by a check method on a per-line basis as well as at closure time for a script.
A type for runtime script method invokation.
Definition at line 41 of file ccscript.h.
Definition at line 314 of file script.cpp.
Assign new keywords from extensions and derived service.
Must be called before any use.
Definition at line 336 of file script.cpp.
Compiled a file into an existing image.
A shared config script can be used that holds common definitions. Multiple script files can also be merged together into a final image.
Definition at line 427 of file script.cpp.
Definition at line 1213 of file script.cpp.
Definition at line 1187 of file script.cpp.
Find a keyword from internal command table.
This includes the core runtime engine keywords set through init() and any derived ones added through assign.
Definition at line 345 of file script.cpp.
Definition at line 413 of file script.cpp.
Definition at line 1273 of file script.cpp.
Definition at line 1302 of file script.cpp.
Definition at line 505 of file ccscript.h.
Definition at line 511 of file ccscript.h.
Definition at line 517 of file ccscript.h.
Definition at line 508 of file ccscript.h.
Initialize entire script engine.
Must be called first and once.
Definition at line 357 of file script.cpp.
Definition at line 948 of file script.cpp.
Definition at line 514 of file ccscript.h.
Definition at line 977 of file script.cpp.
Definition at line 1267 of file script.cpp.
Definition at line 969 of file script.cpp.
Definition at line 960 of file script.cpp.
Definition at line 522 of file ccscript.h.
Definition at line 523 of file ccscript.h.
Definition at line 524 of file ccscript.h.
Definition at line 525 of file ccscript.h.
Definition at line 521 of file ccscript.h.
default decimal places
Definition at line 454 of file ccscript.h.
Definition at line 498 of file ccscript.h.
default symbol indexing
Definition at line 450 of file ccscript.h.
default heap paging
Definition at line 451 of file ccscript.h.
scheduler list
Definition at line 456 of file ccscript.h.
Definition at line 499 of file ccscript.h.
default symbol size
Definition at line 452 of file ccscript.h.
stack frames in script runtime
Definition at line 453 of file ccscript.h.
default stepping increment
Definition at line 449 of file ccscript.h.