|  | Kea 3.1.0
    | 
A complete symbol. More...
#include <netconf_parser.h>
| Public Types | |
| typedef Base | super_type | 
| Alias to Base. | |
| Public Member Functions | |
| basic_symbol () YY_NOEXCEPT | |
| Default constructor. | |
| basic_symbol (const basic_symbol &that) | |
| Copy constructor. | |
| 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. | |
| basic_symbol (typename Base::kind_type t, const string &v, const location_type &l) | |
| ~basic_symbol () | |
| Destroy the symbol. | |
| void | clear () YY_NOEXCEPT | 
| Destroy contents, and record that is empty. | |
| bool | empty () const YY_NOEXCEPT | 
| Whether empty. | |
| void | move (basic_symbol &s) | 
| Destructive move, s is emptied into this. | |
| std::string | name () const YY_NOEXCEPT | 
| The user-facing name of this symbol. | |
| symbol_kind_type | type_get () const YY_NOEXCEPT | 
| Backward compatibility (Bison 3.6). | |
| Public Attributes | |
| location_type | location | 
| The location. | |
| value_type | value | 
| The semantic value. | |
A complete symbol.
Expects its Base type to provide access to the symbol kind via kind ().
Provide access to semantic value and location.
Definition at line 727 of file netconf_parser.h.
| typedef Base isc::netconf::NetconfParser::basic_symbol< Base >::super_type | 
Alias to Base.
Definition at line 730 of file netconf_parser.h.
| 
 | inline | 
Default constructor.
Definition at line 733 of file netconf_parser.h.
Referenced by basic_symbol(), and move().
| isc::netconf::NetconfParser::basic_symbol< Base >::basic_symbol | ( | const basic_symbol< Base > & | that | ) | 
Copy constructor.
Definition at line 2236 of file netconf_parser.h.
References basic_symbol(), location, isc::netconf::NetconfParser::symbol_kind::S_BOOLEAN, isc::netconf::NetconfParser::symbol_kind::S_FLOAT, isc::netconf::NetconfParser::symbol_kind::S_INTEGER, isc::netconf::NetconfParser::symbol_kind::S_map_value, isc::netconf::NetconfParser::symbol_kind::S_socket_type_value, isc::netconf::NetconfParser::symbol_kind::S_STRING, isc::netconf::NetconfParser::symbol_kind::S_value, value, and YY_MOVE.
| 
 | inline | 
Constructors for typed symbols.
Definition at line 786 of file netconf_parser.h.
| 
 | inline | 
Definition at line 799 of file netconf_parser.h.
| 
 | inline | 
Definition at line 813 of file netconf_parser.h.
| 
 | inline | 
Definition at line 827 of file netconf_parser.h.
| 
 | inline | 
Definition at line 841 of file netconf_parser.h.
| 
 | inline | 
Definition at line 855 of file netconf_parser.h.
| 
 | inline | 
Destroy the symbol.
Definition at line 863 of file netconf_parser.h.
| 
 | inline | 
Destroy contents, and record that is empty.
Definition at line 871 of file netconf_parser.h.
Referenced by isc::netconf::NetconfParser::parse().
| bool isc::netconf::NetconfParser::basic_symbol< Base >::empty | ( | ) | const | 
Whether empty.
Definition at line 2284 of file netconf_parser.h.
References isc::netconf::NetconfParser::symbol_kind::S_YYEMPTY, and YY_NOEXCEPT.
Referenced by isc::netconf::NetconfParser::parse().
| void isc::netconf::NetconfParser::basic_symbol< Base >::move | ( | basic_symbol< Base > & | s | ) | 
Destructive move, s is emptied into this.
Definition at line 2291 of file netconf_parser.h.
References basic_symbol(), location, isc::netconf::NetconfParser::symbol_kind::S_BOOLEAN, isc::netconf::NetconfParser::symbol_kind::S_FLOAT, isc::netconf::NetconfParser::symbol_kind::S_INTEGER, isc::netconf::NetconfParser::symbol_kind::S_map_value, isc::netconf::NetconfParser::symbol_kind::S_socket_type_value, isc::netconf::NetconfParser::symbol_kind::S_STRING, isc::netconf::NetconfParser::symbol_kind::S_value, value, and YY_MOVE.
Referenced by isc::netconf::NetconfParser::parse().
| 
 | inline | 
The user-facing name of this symbol.
Definition at line 916 of file netconf_parser.h.
| NetconfParser::symbol_kind_type isc::netconf::NetconfParser::basic_symbol< Base >::type_get | ( | ) | const | 
Backward compatibility (Bison 3.6).
Definition at line 2276 of file netconf_parser.h.
References YY_NOEXCEPT.
| location_type isc::netconf::NetconfParser::basic_symbol< Base >::location | 
The location.
Definition at line 934 of file netconf_parser.h.
Referenced by basic_symbol(), move(), and isc::netconf::NetconfParser::parse().
| value_type isc::netconf::NetconfParser::basic_symbol< Base >::value | 
The semantic value.
Definition at line 931 of file netconf_parser.h.
Referenced by basic_symbol(), move(), and isc::netconf::NetconfParser::parse().