Kea 2.7.1
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 694 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 697 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 700 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 773 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 786 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 800 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 814 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 828 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 842 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 856 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 870 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 884 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 898 of file parser.h.

◆ ~basic_symbol()

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

Destroy the symbol.

Definition at line 906 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 914 of file parser.h.

◆ empty()

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

Whether empty.

Definition at line 2603 of file parser.h.

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

◆ 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 979 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 2595 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 997 of file parser.h.

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

◆ value

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

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