#include <parser.h>
Public Attributes | |
| int | integerVal |
| double | doubleVal |
| std::string * | stringVal |
| CalcNode * | calcnode |
Definition at line 113 of file parser.h.
| std::string* example::Parser::semantic_type::stringVal |
Definition at line 119 of file parser.h.
Referenced by example::Parser::parse(), and example::Parser::yydestruct_().
1.5.2