Kea 2.5.8
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.
 

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 int8_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 std::string &v, const location_type &l)
 
 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 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.
 
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.
 

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

Member Typedef Documentation

◆ super_type

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

Alias to Base.

Definition at line 695 of file parser.h.

Constructor & Destructor Documentation

◆ basic_symbol() [1/12]

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

Default constructor.

Definition at line 698 of file parser.h.

◆ basic_symbol() [2/12]

◆ basic_symbol() [3/12]

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

◆ basic_symbol() [4/12]

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

◆ basic_symbol() [5/12]

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

◆ basic_symbol() [6/12]

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

◆ basic_symbol() [7/12]

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

◆ basic_symbol() [8/12]

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

◆ basic_symbol() [9/12]

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

◆ basic_symbol() [10/12]

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

◆ basic_symbol() [11/12]

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

◆ basic_symbol() [12/12]

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

◆ ~basic_symbol()

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

Destroy the symbol.

Definition at line 904 of file parser.h.

Member Function Documentation

◆ clear()

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

Destroy contents, and record that is empty.

Definition at line 912 of file parser.h.

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

◆ empty()

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

Whether empty.

Definition at line 2586 of file parser.h.

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

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

◆ move()

◆ name()

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

The user-facing name of this symbol.

Definition at line 977 of file parser.h.

References isc::eval::EvalParser::symbol_name().

+ Here is the call graph for this function:

◆ type_get()

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

Backward compatibility (Bison 3.6).

Definition at line 2578 of file parser.h.

Member Data Documentation

◆ location

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

The location.

Definition at line 995 of file parser.h.

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

◆ value

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

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