|
g2o
|
Go to the source code of this file.
Macros | |
| #define | yyterminate() return token::END |
| #define | YY_NO_UNISTD_H |
| #define | YY_USER_ACTION yylloc->columns(yyleng); |
Functions | |
| yylloc | step () |
| yylloc | lines (yyleng) |
Variables | |
| yylval | integerVal = atoi(yytext) |
| yylval | doubleVal = atof(yytext) |
| yylval | stringVal = new std::string(yytext, yyleng) |
| return static_cast< token_type > * | yytext |
| std::ostream * | out |
| std::ostream out | yy_flex_debug = b |
| #define YY_NO_UNISTD_H |
| #define yyterminate | ( | ) | return token::END |
| yylloc lines | ( | yyleng | ) |
| yylloc step | ( | ) |
Referenced by g2o::computeSimpleStars().
| std::ostream* out |
Definition at line 137 of file scanner.l.
Referenced by g2o::readFloats(), and g2o::readInts().
| std::ostream out yy_flex_debug = b |
Definition at line 148 of file scanner.l.
Referenced by yyFlexLexer::ctor_common(), and SlamParser::Scanner::set_debug().
| return static_cast<token_type>* yytext |