|
Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <parser.h>
Public Types | |
| enum | tokens { ERROR, EOSTAT, NUMBER, NAME, STRING, OPERATOR, NTOKS } |
Public Member Functions | |
| Symbol (enum tokens t, const string &v) | |
Public Attributes | |
| enum tokens | toktype |
| string | value |
| enum Symbol::tokens |
|
inline |
| enum tokens Symbol::toktype |
Referenced by ParseAbundances(), ParseChemistry(), and ParseSpecies().
| string Symbol::value |
Referenced by Parser::getSymbol(), maybeNumber(), ParseAbundances(), ParseChemistry(), and ParseSpecies().