Kea 2.7.5
|
Type access provider for token (enum) based symbols. More...
#include <dhcp4_parser.h>
Public Types | |
typedef token_kind_type | kind_type |
The symbol kind as needed by the constructor. | |
Public Member Functions | |
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. | |
symbol_kind_type | kind () const YY_NOEXCEPT |
The (internal) type number (corresponding to type). | |
void | move (by_kind &that) |
Steal the symbol kind from that. | |
symbol_kind_type | type_get () const YY_NOEXCEPT |
Backward compatibility (Bison 3.6). | |
Public Attributes | |
symbol_kind_type | kind_ |
The symbol kind. | |
Type access provider for token (enum) based symbols.
Definition at line 1689 of file dhcp4_parser.h.
The symbol kind as needed by the constructor.
Definition at line 1692 of file dhcp4_parser.h.
|
inline |
Default constructor.
Definition at line 5804 of file dhcp4_parser.h.
|
inline |
Copy constructor.
Definition at line 5818 of file dhcp4_parser.h.
|
inline |
Constructor from (external) token numbers.
Definition at line 5823 of file dhcp4_parser.h.
|
inline |
Record that this symbol is empty.
Definition at line 5831 of file dhcp4_parser.h.
References isc::dhcp::Dhcp4Parser::symbol_kind::S_YYEMPTY.
|
inline |
The (internal) type number (corresponding to type).
empty when empty.
Definition at line 5846 of file dhcp4_parser.h.
|
inline |
Steal the symbol kind from that.
Definition at line 5838 of file dhcp4_parser.h.
|
inline |
Backward compatibility (Bison 3.6).
Definition at line 5854 of file dhcp4_parser.h.
symbol_kind_type isc::dhcp::Dhcp4Parser::by_kind::kind_ |