| cloudy
    trunk
    | 
#include <parser.h>

| Public Types | |
| enum | tokens { ERROR, EOSTAT, NUMBER, NAME, STRING, OPERATOR, NTOKS } | 
| Public Member Functions | |
| Symbol (enum tokens t, const string &v) | |
| Data Fields | |
| enum tokens | toktype | 
| string | value | 
| enum Symbol::tokens | 
| enum tokens Symbol::toktype | 
Definition at line 36 of file parser.h.
Referenced by ParseChemistry(), and ParseSpecies().
| string Symbol::value | 
Definition at line 37 of file parser.h.
Referenced by Parser::getSymbol(), maybeNumber(), ParseChemistry(), and ParseSpecies().
 1.8.5
 1.8.5