Contains instance of a runtime symbol. More...
#include <ccscript.h>


Public Attributes | |
| const char * | name |
| name of symbol More... | |
| char * | data |
| content of symbol More... | |
| unsigned | size |
| size of data buffer or 0 if const More... | |
| header * | scope |
| scope of symbol definition More... | |
Contains instance of a runtime symbol.
Symbols may be read-only or read-write. Symbols that refer to data stored elsewhere are considered references, and references are used to pass arguments into defined functions.
Definition at line 110 of file ccscript.h.
| char* ucommon::Script::symbol::data |
content of symbol
Definition at line 117 of file ccscript.h.
| const char* ucommon::Script::symbol::name |
name of symbol
Definition at line 116 of file ccscript.h.
| header* ucommon::Script::symbol::scope |
scope of symbol definition
Definition at line 119 of file ccscript.h.
| unsigned ucommon::Script::symbol::size |
size of data buffer or 0 if const
Definition at line 118 of file ccscript.h.
1.8.6