![]() |
Kea 2.2.0
|
Type access provider for token (enum) based symbols. More...
#include <parser.h>
Public Types | |
| typedef token_kind_type | kind_type |
| The symbol kind as needed by the constructor. More... | |
Public Member Functions | |
| 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... | |
| symbol_kind_type | kind () const YY_NOEXCEPT |
| The (internal) type number (corresponding to type). More... | |
| void | move (by_kind &that) |
| Steal the symbol kind from that. More... | |
| symbol_kind_type | type_get () const YY_NOEXCEPT |
| Backward compatibility (Bison 3.6). More... | |
Public Attributes | |
| symbol_kind_type | kind_ |
| The symbol kind. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
Record that this symbol is empty.
Definition at line 2641 of file parser.h.
References isc::eval::EvalParser::symbol_kind::S_YYEMPTY.
Referenced by move().
|
inline |
|
inline |
|
inline |
| symbol_kind_type isc::eval::EvalParser::by_kind::kind_ |