g2o
Loading...
Searching...
No Matches
Public Attributes | List of all members
SlamParser::Parser::value_type Union Reference

Symbol semantic values. More...

#include <bison_parser.h>

Collaboration diagram for SlamParser::Parser::value_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 197 of file bison_parser.h.

Member Data Documentation

◆ commandNode

class CommandNode* SlamParser::Parser::value_type::commandNode

◆ doubleVal

double SlamParser::Parser::value_type::doubleVal

Definition at line 201 of file bison_parser.h.

Referenced by SlamParser::Parser::parse().

◆ integerVal

int SlamParser::Parser::value_type::integerVal

Definition at line 200 of file bison_parser.h.

◆ intList

std::vector<int>* SlamParser::Parser::value_type::intList

Definition at line 204 of file bison_parser.h.

Referenced by SlamParser::Parser::parse().

◆ stringVal

std::string* SlamParser::Parser::value_type::stringVal

Definition at line 202 of file bison_parser.h.

Referenced by SlamParser::Parser::yy_destroy_().


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