Kea
1.9.9-git
|
Type access provider for token (enum) based symbols. More...
#include <agent_parser.h>
Public Types | |
typedef token_kind_type | kind_type |
The symbol kind as needed by the constructor. More... | |
Public Member Functions | |
by_kind () | |
Default constructor. More... | |
by_kind (const by_kind &that) | |
Copy constructor. More... | |
by_kind (kind_type t) | |
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... | |
Type access provider for token (enum) based symbols.
Definition at line 953 of file agent_parser.h.
The symbol kind as needed by the constructor.
Definition at line 967 of file agent_parser.h.
|
inline |
Default constructor.
Definition at line 2384 of file agent_parser.h.
|
inline |
Copy constructor.
Definition at line 2398 of file agent_parser.h.
|
inline |
Constructor from (external) token numbers.
Definition at line 2403 of file agent_parser.h.
|
inline |
Record that this symbol is empty.
Definition at line 2409 of file agent_parser.h.
References isc::agent::AgentParser::symbol_kind::S_YYEMPTY.
Referenced by move().
|
inline |
The (internal) type number (corresponding to type).
empty when empty.
Definition at line 2424 of file agent_parser.h.
Referenced by isc::agent::AgentParser::parse().
|
inline |
Steal the symbol kind from that.
Definition at line 2416 of file agent_parser.h.
References clear(), and kind_.
|
inline |
Backward compatibility (Bison 3.6).
Definition at line 2431 of file agent_parser.h.
symbol_kind_type isc::agent::AgentParser::by_kind::kind_ |
The symbol kind.
S_YYEMPTY when empty.
Definition at line 987 of file agent_parser.h.
Referenced by move(), and isc::agent::AgentParser::parse().