Data Fields

ucc::script::symbol Class Reference

Contains instance of a runtime symbol. More...

#include <script.h>

Inheritance diagram for ucc::script::symbol:
Inheritance graph
[legend]
Collaboration diagram for ucc::script::symbol:
Collaboration graph
[legend]

Data Fields

char * data
 content of symbol
const char * name
 name of symbol
headerscope
 scope of symbol definition
unsigned size
 size of data buffer or 0 if const

Detailed Description

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.

Author:
David Sugar <dyfet@gnutelephony.org>

Definition at line 128 of file script.h.


The documentation for this class was generated from the following file: