|
g2o
|
"External" symbols: returned by the scanner. More...
#include <bison_parser.h>


Additional Inherited Members | |
Public Types inherited from SlamParser::Parser::basic_symbol< by_kind > | |
| typedef by_kind | super_type |
| Alias to Base. | |
Public Types inherited from SlamParser::Parser::by_kind | |
| typedef token_kind_type | kind_type |
| The symbol kind as needed by the constructor. | |
Public Member Functions inherited from SlamParser::Parser::basic_symbol< by_kind > | |
| basic_symbol () YY_NOEXCEPT | |
| Default constructor. | |
| basic_symbol (const basic_symbol &that) | |
| Copy constructor. | |
| basic_symbol (typename Base::kind_type t, YY_MOVE_REF(location_type) l) | |
| Constructor for valueless symbols. | |
| basic_symbol (typename Base::kind_type t, YY_RVREF(value_type) v, YY_RVREF(location_type) l) | |
| Constructor for symbols with semantic value. | |
| ~basic_symbol () | |
| Destroy the symbol. | |
| void | clear () YY_NOEXCEPT |
| Destroy contents, and record that is empty. | |
| std::string | name () const YY_NOEXCEPT |
| The user-facing name of this symbol. | |
| symbol_kind_type | type_get () const YY_NOEXCEPT |
| Backward compatibility (Bison 3.6). | |
| bool | empty () const YY_NOEXCEPT |
| Whether empty. | |
| void | move (basic_symbol &s) |
| Destructive move, s is emptied into this. | |
Public Member Functions inherited from SlamParser::Parser::by_kind | |
| by_kind () YY_NOEXCEPT | |
| Default constructor. | |
| by_kind (const by_kind &that) YY_NOEXCEPT | |
| Copy constructor. | |
| by_kind (kind_type t) YY_NOEXCEPT | |
| Constructor from (external) token numbers. | |
| void | clear () YY_NOEXCEPT |
| Record that this symbol is empty. | |
| void | move (by_kind &that) |
| Steal the symbol kind from that. | |
| symbol_kind_type | kind () const YY_NOEXCEPT |
| symbol_kind_type | type_get () const YY_NOEXCEPT |
| Backward compatibility (Bison 3.6). | |
Public Attributes inherited from SlamParser::Parser::basic_symbol< by_kind > | |
| value_type | value |
| The semantic value. | |
| location_type | location |
| The location. | |
Public Attributes inherited from SlamParser::Parser::by_kind | |
| symbol_kind_type | kind_ |
"External" symbols: returned by the scanner.
Definition at line 403 of file bison_parser.h.