Kea  1.9.9-git
isc::eval::EvalParser::basic_symbol< Base > Struct Template Reference

A complete symbol. More...

#include <parser.h>

+ Inheritance diagram for isc::eval::EvalParser::basic_symbol< Base >:

Public Types

typedef Base super_type
 Alias to Base. More...
 

Public Member Functions

 basic_symbol ()
 Default constructor. More...
 
 basic_symbol (const basic_symbol &that)
 Copy constructor. More...
 
 basic_symbol (typename Base::kind_type t, const location_type &l)
 Constructors for typed symbols. More...
 
 basic_symbol (typename Base::kind_type t, const TokenOption::RepresentationType &v, const location_type &l)
 
 basic_symbol (typename Base::kind_type t, const TokenPkt4::FieldType &v, const location_type &l)
 
 basic_symbol (typename Base::kind_type t, const TokenPkt6::FieldType &v, const location_type &l)
 
 basic_symbol (typename Base::kind_type t, const TokenPkt::MetadataType &v, const location_type &l)
 
 basic_symbol (typename Base::kind_type t, const TokenRelay6Field::FieldType &v, const location_type &l)
 
 basic_symbol (typename Base::kind_type t, const int8_t &v, const location_type &l)
 
 basic_symbol (typename Base::kind_type t, const std::string &v, const location_type &l)
 
 basic_symbol (typename Base::kind_type t, const uint16_t &v, const location_type &l)
 
 basic_symbol (typename Base::kind_type t, const uint32_t &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...
 

Public Attributes

location_type location
 The location. More...
 
semantic_type value
 The semantic value. More...
 

Detailed Description

template<typename Base>
struct isc::eval::EvalParser::basic_symbol< Base >

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 673 of file parser.h.

Member Typedef Documentation

template<typename Base>
typedef Base isc::eval::EvalParser::basic_symbol< Base >::super_type

Alias to Base.

Definition at line 676 of file parser.h.

Constructor & Destructor Documentation

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::basic_symbol ( )
inline

Default constructor.

Definition at line 679 of file parser.h.

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const location_type l 
)
inline

Constructors for typed symbols.

Definition at line 752 of file parser.h.

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const TokenOption::RepresentationType v,
const location_type l 
)
inline

Definition at line 765 of file parser.h.

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const TokenPkt4::FieldType v,
const location_type l 
)
inline

Definition at line 779 of file parser.h.

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const TokenPkt6::FieldType v,
const location_type l 
)
inline

Definition at line 793 of file parser.h.

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const TokenPkt::MetadataType v,
const location_type l 
)
inline

Definition at line 807 of file parser.h.

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const TokenRelay6Field::FieldType v,
const location_type l 
)
inline

Definition at line 821 of file parser.h.

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const int8_t &  v,
const location_type l 
)
inline

Definition at line 835 of file parser.h.

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const std::string &  v,
const location_type l 
)
inline

Definition at line 849 of file parser.h.

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const uint16_t &  v,
const location_type l 
)
inline

Definition at line 863 of file parser.h.

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const uint32_t &  v,
const location_type l 
)
inline

Definition at line 877 of file parser.h.

template<typename Base>
isc::eval::EvalParser::basic_symbol< Base >::~basic_symbol ( )
inline

Destroy the symbol.

Definition at line 885 of file parser.h.

Member Function Documentation

template<typename Base>
void isc::eval::EvalParser::basic_symbol< Base >::clear ( )
inline

Destroy contents, and record that is empty.

Definition at line 891 of file parser.h.

Referenced by isc::eval::EvalParser::parse().

template<typename Base >
bool isc::eval::EvalParser::basic_symbol< Base >::empty ( ) const

Whether empty.

Definition at line 2511 of file parser.h.

References isc::eval::EvalParser::symbol_kind::S_YYEMPTY.

Referenced by isc::eval::EvalParser::parse().

template<typename Base>
std::string isc::eval::EvalParser::basic_symbol< Base >::name ( ) const
inline

The user-facing name of this symbol.

Definition at line 956 of file parser.h.

template<typename Base >
EvalParser::symbol_kind_type isc::eval::EvalParser::basic_symbol< Base >::type_get ( ) const

Backward compatibility (Bison 3.6).

Definition at line 2504 of file parser.h.

Member Data Documentation

template<typename Base>
location_type isc::eval::EvalParser::basic_symbol< Base >::location

The location.

Definition at line 974 of file parser.h.

Referenced by isc::eval::EvalParser::basic_symbol< Base >::move(), and isc::eval::EvalParser::parse().

template<typename Base>
semantic_type isc::eval::EvalParser::basic_symbol< Base >::value

The documentation for this struct was generated from the following file: