g2o
Classes | Namespaces | Macros
bison_parser.h File Reference
#include <string>
#include <iostream>
#include "stack.hh"
#include "location.hh"
Include dependency graph for bison_parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SlamParser::Parser
 A Bison parser. More...
 
union  SlamParser::Parser::semantic_type
 Symbol semantic values. More...
 
struct  SlamParser::Parser::token
 Tokens. More...
 

Namespaces

 SlamParser
 

Macros

#define YYDEBUG   0
 
#define YYERROR_VERBOSE   1
 
#define YYTOKEN_TABLE   0
 
#define YYLLOC_DEFAULT(Current, Rhs, N)
 

Macro Definition Documentation

#define YYDEBUG   0

Definition at line 69 of file bison_parser.h.

#define YYERROR_VERBOSE   1

Definition at line 77 of file bison_parser.h.

#define YYLLOC_DEFAULT (   Current,
  Rhs,
 
)
Value:
do { \
if (N) \
{ \
(Current).begin = (Rhs)[1].begin; \
(Current).end = (Rhs)[N].end; \
} \
else \
{ \
(Current).begin = (Current).end = (Rhs)[0].end; \
} \
} while (false)
if(POLICY CMP0020) cmake_policy(SET CMP0020 OLD) endif() if(Qt4_FOUND) endif() if(Qt5_FOUND) endif() ADD_LIBRARY(viewer_library $
Definition: CMakeLists.txt:2

Definition at line 90 of file bison_parser.h.

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

#define YYTOKEN_TABLE   0

Definition at line 82 of file bison_parser.h.