g2o
Loading...
Searching...
No Matches
Public Types | List of all members
SlamParser::Parser::token Struct Reference

Token kinds. More...

#include <bison_parser.h>

Public Types

enum  token_kind_type {
  SLAMPARSEREMPTY = -2 , END = 0 , SLAMPARSERerror = 256 , SLAMPARSERUNDEF = 257 ,
  EOL = 258 , INTEGER = 259 , DOUBLE = 260 , STRING = 261 ,
  ADD = 262 , V_SE2 = 263 , V_SE3 = 264 , E_SE2 = 265 ,
  E_SE3 = 266 , FIX = 267 , SOLVE_STATE = 268 , QUERY_STATE = 269
}
 
typedef token_kind_type yytokentype
 Backward compatibility alias (Bison 3.6).
 

Detailed Description

Token kinds.

Definition at line 229 of file bison_parser.h.

Member Typedef Documentation

◆ yytokentype

Backward compatibility alias (Bison 3.6).

Definition at line 249 of file bison_parser.h.

Member Enumeration Documentation

◆ token_kind_type

Enumerator
SLAMPARSEREMPTY 
END 
SLAMPARSERerror 
SLAMPARSERUNDEF 
EOL 
INTEGER 
DOUBLE 
STRING 
ADD 
V_SE2 
V_SE3 
E_SE2 
E_SE3 
FIX 
SOLVE_STATE 
QUERY_STATE 

Definition at line 230 of file bison_parser.h.

230 {
231 SLAMPARSEREMPTY = -2,
232 END = 0, // "end of file"
233 SLAMPARSERerror = 256, // error
234 SLAMPARSERUNDEF = 257, // "invalid token"
235 EOL = 258, // "end of line"
236 INTEGER = 259, // "integer"
237 DOUBLE = 260, // "double"
238 STRING = 261, // "string"
239 ADD = 262, // "ADD"
240 V_SE2 = 263, // "Vertex SE2"
241 V_SE3 = 264, // "Vertex SE3"
242 E_SE2 = 265, // "Edge SE2"
243 E_SE3 = 266, // "Edge SE3"
244 FIX = 267, // "Fix"
245 SOLVE_STATE = 268, // "Solve State"
246 QUERY_STATE = 269 // "Query State"
247 };

The documentation for this struct was generated from the following files: