g2o
|
#include <stdio.h>
#include <string>
#include <vector>
#include "commands.h"
#include "bison_parser.h"
#include "driver.h"
#include "scanner.h"
#include "slam_context.h"
Go to the source code of this file.
Namespaces | |
SlamParser | |
Macros | |
#define | yylex SlamParserlex |
#define | yylex driver.lexer->lex |
#define | YY_(msgid) msgid |
#define | YYUSE(e) ((void) (e)) |
#define | YYCDEBUG if (false) std::cerr |
#define | YY_SYMBOL_PRINT(Title, Type, Value, Location) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YY_STACK_PRINT() |
#define | yyerrok (yyerrstatus_ = 0) |
#define | yyclearin (yychar = yyempty_) |
#define | YYACCEPT goto yyacceptlab |
#define | YYABORT goto yyabortlab |
#define | YYERROR goto yyerrorlab |
#define | YYRECOVERING() (!!yyerrstatus_) |
#define YY_ | ( | msgid | ) | msgid |
Definition at line 87 of file bison_parser.cpp.
Referenced by SlamParser::Parser::yysyntax_error_().
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 126 of file bison_parser.cpp.
Referenced by SlamParser::Parser::parse().
#define YY_STACK_PRINT | ( | ) |
Definition at line 127 of file bison_parser.cpp.
Referenced by SlamParser::Parser::parse().
#define YY_SYMBOL_PRINT | ( | Title, | |
Type, | |||
Value, | |||
Location | |||
) |
Definition at line 125 of file bison_parser.cpp.
Referenced by SlamParser::Parser::parse(), SlamParser::Parser::yydestruct_(), and SlamParser::Parser::yysyntax_error_().
#define YYABORT goto yyabortlab |
Definition at line 135 of file bison_parser.cpp.
Referenced by SlamParser::Parser::parse().
#define YYACCEPT goto yyacceptlab |
Definition at line 134 of file bison_parser.cpp.
#define YYCDEBUG if (false) std::cerr |
Definition at line 124 of file bison_parser.cpp.
Referenced by SlamParser::Parser::parse().
#define yyclearin (yychar = yyempty_) |
Definition at line 132 of file bison_parser.cpp.
#define yyerrok (yyerrstatus_ = 0) |
Definition at line 131 of file bison_parser.cpp.
#define YYERROR goto yyerrorlab |
Definition at line 136 of file bison_parser.cpp.
#define yylex SlamParserlex |
Definition at line 72 of file bison_parser.cpp.
Referenced by SlamParser::Parser::parse(), and SlamParser::Scanner::set_debug().
#define yylex driver.lexer->lex |
Definition at line 72 of file bison_parser.cpp.
#define YYRECOVERING | ( | ) | (!!yyerrstatus_) |
Definition at line 137 of file bison_parser.cpp.
#define YYUSE | ( | e | ) | ((void) (e)) |
Definition at line 92 of file bison_parser.cpp.
Referenced by SlamParser::Parser::yydestruct_(), SlamParser::Parser::yysyntax_error_(), and SlamParser::Parser::~Parser().