|
librostlab-blast
1.0.1
|
Type access provider for token (enum) based symbols. More...
#include <blast-parser-parser.h>

Public Types | |
| typedef token_type | kind_type |
| The symbol type as needed by the constructor. More... | |
Public Member Functions | |
| by_type () | |
| Default constructor. More... | |
| by_type (const by_type &that) | |
| Copy constructor. More... | |
| by_type (kind_type t) | |
| Constructor from (external) token numbers. More... | |
| void | clear () |
| Record that this symbol is empty. More... | |
| void | move (by_type &that) |
| Steal the symbol type from that. More... | |
| symbol_number_type | type_get () const YY_NOEXCEPT |
Public Attributes | |
| int | type |
Type access provider for token (enum) based symbols.
Definition at line 341 of file blast-parser-parser.h.
The symbol type as needed by the constructor.
Definition at line 355 of file blast-parser-parser.h.
| rostlab::blast::parser::by_type::by_type | ( | ) |
Default constructor.
| rostlab::blast::parser::by_type::by_type | ( | const by_type & | that | ) |
Copy constructor.
| rostlab::blast::parser::by_type::by_type | ( | kind_type | t | ) |
Constructor from (external) token numbers.
| void rostlab::blast::parser::by_type::clear | ( | ) |
Record that this symbol is empty.
| void rostlab::blast::parser::by_type::move | ( | by_type & | that | ) |
Steal the symbol type from that.
| symbol_number_type rostlab::blast::parser::by_type::type_get | ( | ) | const |
The (internal) type number (corresponding to type). empty when empty.
| int rostlab::blast::parser::by_type::type |
The symbol type. empty_symbol when empty. An int, not token_number_type, to be able to store empty_symbol.
Definition at line 373 of file blast-parser-parser.h.
1.8.17