Kea 2.5.8
isc::dhcp::Dhcp6Parser::basic_symbol< Base > Struct Template Reference

A complete symbol. More...

#include <dhcp6_parser.h>

+ Inheritance diagram for isc::dhcp::Dhcp6Parser::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 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 std::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.
 

Detailed Description

template<typename Base>
struct isc::dhcp::Dhcp6Parser::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 1453 of file dhcp6_parser.h.

Member Typedef Documentation

◆ super_type

template<typename Base >
typedef Base isc::dhcp::Dhcp6Parser::basic_symbol< Base >::super_type

Alias to Base.

Definition at line 1456 of file dhcp6_parser.h.

Constructor & Destructor Documentation

◆ basic_symbol() [1/8]

template<typename Base >
isc::dhcp::Dhcp6Parser::basic_symbol< Base >::basic_symbol ( )
inline

Default constructor.

Definition at line 1459 of file dhcp6_parser.h.

◆ basic_symbol() [2/8]

◆ basic_symbol() [3/8]

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

Constructors for typed symbols.

Definition at line 1518 of file dhcp6_parser.h.

◆ basic_symbol() [4/8]

template<typename Base >
isc::dhcp::Dhcp6Parser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const ElementPtr v,
const location_type l 
)
inline

Definition at line 1531 of file dhcp6_parser.h.

◆ basic_symbol() [5/8]

template<typename Base >
isc::dhcp::Dhcp6Parser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const bool &  v,
const location_type l 
)
inline

Definition at line 1545 of file dhcp6_parser.h.

◆ basic_symbol() [6/8]

template<typename Base >
isc::dhcp::Dhcp6Parser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const double &  v,
const location_type l 
)
inline

Definition at line 1559 of file dhcp6_parser.h.

◆ basic_symbol() [7/8]

template<typename Base >
isc::dhcp::Dhcp6Parser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const int64_t &  v,
const location_type l 
)
inline

Definition at line 1573 of file dhcp6_parser.h.

◆ basic_symbol() [8/8]

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

Definition at line 1587 of file dhcp6_parser.h.

◆ ~basic_symbol()

template<typename Base >
isc::dhcp::Dhcp6Parser::basic_symbol< Base >::~basic_symbol ( )
inline

Destroy the symbol.

Definition at line 1595 of file dhcp6_parser.h.

Member Function Documentation

◆ clear()

template<typename Base >
void isc::dhcp::Dhcp6Parser::basic_symbol< Base >::clear ( )
inline

Destroy contents, and record that is empty.

Definition at line 1603 of file dhcp6_parser.h.

Referenced by isc::dhcp::Dhcp6Parser::parse().

◆ empty()

template<typename Base >
bool isc::dhcp::Dhcp6Parser::basic_symbol< Base >::empty ( ) const

Whether empty.

Definition at line 5761 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::symbol_kind::S_YYEMPTY.

Referenced by isc::dhcp::Dhcp6Parser::parse().

◆ move()

◆ name()

template<typename Base >
std::string isc::dhcp::Dhcp6Parser::basic_symbol< Base >::name ( ) const
inline

The user-facing name of this symbol.

Definition at line 1654 of file dhcp6_parser.h.

References isc::dhcp::Dhcp6Parser::symbol_name().

+ Here is the call graph for this function:

◆ type_get()

template<typename Base >
Dhcp6Parser::symbol_kind_type isc::dhcp::Dhcp6Parser::basic_symbol< Base >::type_get ( ) const

Backward compatibility (Bison 3.6).

Definition at line 5753 of file dhcp6_parser.h.

Member Data Documentation

◆ location

template<typename Base >
location_type isc::dhcp::Dhcp6Parser::basic_symbol< Base >::location

◆ value


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