![]() |
Kea
1.5.0
|
Type access provider for token (enum) based symbols. More...
#include <dhcp6_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 &other) | |
| 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... | |
| token_type | token () const |
| The token. More... | |
| symbol_number_type | type_get () const |
| The (internal) type number (corresponding to type). More... | |
Public Attributes | |
| int | type |
| The symbol type. More... | |
Type access provider for token (enum) based symbols.
Definition at line 809 of file dhcp6_parser.h.
The symbol type as needed by the constructor.
Definition at line 818 of file dhcp6_parser.h.
|
inline |
Default constructor.
Definition at line 2077 of file dhcp6_parser.h.
|
inline |
Copy constructor.
Definition at line 2082 of file dhcp6_parser.h.
|
inline |
Constructor from (external) token numbers.
Definition at line 2087 of file dhcp6_parser.h.
|
inline |
Record that this symbol is empty.
Definition at line 2093 of file dhcp6_parser.h.
References isc::dhcp::Dhcp6Parser::empty_symbol.
Referenced by move().
|
inline |
Steal the symbol type from that.
Definition at line 2100 of file dhcp6_parser.h.
Here is the call graph for this function:
|
inline |
The token.
Definition at line 2115 of file dhcp6_parser.h.
|
inline |
The (internal) type number (corresponding to type).
empty when empty.
Definition at line 2108 of file dhcp6_parser.h.
| int isc::dhcp::Dhcp6Parser::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 839 of file dhcp6_parser.h.
Referenced by move().