g2o
|
Symbol semantic values. More...
#include <bison_parser.h>
Public Attributes | |
int | integerVal |
double | doubleVal |
std::string * | stringVal |
class CommandNode * | commandNode |
std::vector< int > * | intList |
Symbol semantic values.
Definition at line 119 of file bison_parser.h.
class CommandNode* SlamParser::Parser::semantic_type::commandNode |
Definition at line 128 of file bison_parser.h.
Referenced by SlamParser::Parser::parse(), and SlamParser::Parser::yydestruct_().
double SlamParser::Parser::semantic_type::doubleVal |
Definition at line 126 of file bison_parser.h.
Referenced by SlamParser::Parser::parse().
int SlamParser::Parser::semantic_type::integerVal |
Definition at line 125 of file bison_parser.h.
std::vector<int>* SlamParser::Parser::semantic_type::intList |
Definition at line 129 of file bison_parser.h.
Referenced by SlamParser::Parser::parse().
std::string* SlamParser::Parser::semantic_type::stringVal |
Definition at line 127 of file bison_parser.h.
Referenced by SlamParser::Parser::yydestruct_().