![]() |
Kea 2.2.0
|
"External" symbols: returned by the scanner. More...
#include <dhcp6_parser.h>
Inheritance diagram for isc::dhcp::Dhcp6Parser::symbol_type:Public Types | |
| typedef basic_symbol< by_kind > | super_type |
| Superclass. More... | |
Public Types inherited from isc::dhcp::Dhcp6Parser::basic_symbol< Base > | |
| typedef Base | super_type |
| Alias to Base. More... | |
Public Member Functions | |
| symbol_type () YY_NOEXCEPT | |
| Empty symbol. More... | |
| symbol_type (int tok, const bool &v, const location_type &l) | |
| symbol_type (int tok, const double &v, const location_type &l) | |
| symbol_type (int tok, const int64_t &v, const location_type &l) | |
| symbol_type (int tok, const location_type &l) | |
| Constructor for valueless symbols, and symbols from each type. More... | |
| symbol_type (int tok, const std::string &v, const location_type &l) | |
Public Member Functions inherited from isc::dhcp::Dhcp6Parser::basic_symbol< Base > | |
| basic_symbol () YY_NOEXCEPT | |
| Default constructor. More... | |
| basic_symbol (const basic_symbol &that) | |
| Copy constructor. More... | |
| basic_symbol (typename Base::kind_type t, const bool &v, const location_type &l) | |
| basic_symbol (typename Base::kind_type t, const double &v, const location_type &l) | |
| basic_symbol (typename Base::kind_type t, const ElementPtr &v, const location_type &l) | |
| basic_symbol (typename Base::kind_type t, const int64_t &v, const location_type &l) | |
| basic_symbol (typename Base::kind_type t, const location_type &l) | |
| Constructors for typed symbols. More... | |
| basic_symbol (typename Base::kind_type t, const std::string &v, const location_type &l) | |
| ~basic_symbol () | |
| Destroy the symbol. More... | |
| void | clear () YY_NOEXCEPT |
| Destroy contents, and record that is empty. More... | |
| bool | empty () const YY_NOEXCEPT |
| Whether empty. More... | |
| void | move (basic_symbol &s) |
| Destructive move, s is emptied into this. More... | |
| std::string | name () const YY_NOEXCEPT |
| The user-facing name of this symbol. More... | |
| symbol_kind_type | type_get () const YY_NOEXCEPT |
| Backward compatibility (Bison 3.6). More... | |
Additional Inherited Members | |
Public Attributes inherited from isc::dhcp::Dhcp6Parser::basic_symbol< Base > | |
| location_type | location |
| The location. More... | |
| value_type | value |
| The semantic value. More... | |
"External" symbols: returned by the scanner.
Definition at line 1672 of file dhcp6_parser.h.
Superclass.
Definition at line 1675 of file dhcp6_parser.h.
|
inline |
Empty symbol.
Definition at line 1678 of file dhcp6_parser.h.
|
inline |
Constructor for valueless symbols, and symbols from each type.
Definition at line 1685 of file dhcp6_parser.h.
References PARSER6__ASSERT, isc::dhcp::Dhcp6Parser::token::TOKEN_END, isc::dhcp::Dhcp6Parser::token::TOKEN_PARSER6_error, and isc::dhcp::Dhcp6Parser::token::TOKEN_SUB_CONFIG_CONTROL.
|
inline |
Definition at line 1698 of file dhcp6_parser.h.
References PARSER6__ASSERT, and isc::dhcp::Dhcp6Parser::token::TOKEN_BOOLEAN.
|
inline |
Definition at line 1710 of file dhcp6_parser.h.
References PARSER6__ASSERT, and isc::dhcp::Dhcp6Parser::token::TOKEN_FLOAT.
|
inline |
Definition at line 1722 of file dhcp6_parser.h.
References PARSER6__ASSERT, and isc::dhcp::Dhcp6Parser::token::TOKEN_INTEGER.
|
inline |
Definition at line 1734 of file dhcp6_parser.h.
References PARSER6__ASSERT, and isc::dhcp::Dhcp6Parser::token::TOKEN_STRING.