g2o
Public Attributes | List of all members
SlamParser::Parser::semantic_type Union Reference

Symbol semantic values. More...

#include <bison_parser.h>

Collaboration diagram for SlamParser::Parser::semantic_type:
Collaboration graph
[legend]

Public Attributes

int integerVal
 
double doubleVal
 
std::string * stringVal
 
class CommandNodecommandNode
 
std::vector< int > * intList
 

Detailed Description

Symbol semantic values.

Definition at line 119 of file bison_parser.h.

Member Data Documentation

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_().


The documentation for this union was generated from the following file: