BIE |
SymTab Class ReferenceSymbol Table: Stores the values of the variables defined by the user in the cli command interpreter. More...
Inheritance diagram for SymTab:
![]()
Collaboration diagram for SymTab:
![]()
Detailed DescriptionSymbol Table: Stores the values of the variables defined by the user in the cli command interpreter.It is possible to query by symbol name and by classname. The symbol table is currently implemented using just an array to store values - lookup time is therefore linear. This is probably adequate for cli - however, the interface is general enough to accomodate a more scalable implementation in the future. Member Function Documentation
Returns a copy of the value associated with the given symbol in the 2nd argument. Returns 0 if the symbol doesn't exist, and non-zero if it does.
Prints the value of the symbol. Returns zero if the symbol doesn't exist and couldn't be printed, and non-zero otherwise.
Returns a vector of symbols with the given type. If the includesubclasses flag is true then subclasses are returned in the vector too.
The documentation for this class was generated from the following file:
Send suggestions, questions, and feedback to WEINBERG at ASTRO dot UMASS dot EDU. Documentation generated at Fri Mar 26 00:35:12 2010 by
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||