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