Kea 2.5.8
isc::eval::EvalParser::by_kind Struct Reference

Type access provider for token (enum) based symbols. More...

#include <parser.h>

Public Types

typedef token_kind_type kind_type
 The symbol kind as needed by the constructor.
 

Public Member Functions

 by_kind () YY_NOEXCEPT
 Default constructor.
 
 by_kind (const by_kind &that) YY_NOEXCEPT
 Copy constructor.
 
 by_kind (kind_type t) YY_NOEXCEPT
 Constructor from (external) token numbers.
 
void clear () YY_NOEXCEPT
 Record that this symbol is empty.
 
symbol_kind_type kind () const YY_NOEXCEPT
 The (internal) type number (corresponding to type).
 
void move (by_kind &that)
 Steal the symbol kind from that.
 
symbol_kind_type type_get () const YY_NOEXCEPT
 Backward compatibility (Bison 3.6).
 

Public Attributes

symbol_kind_type kind_
 The symbol kind.
 

Detailed Description

Type access provider for token (enum) based symbols.

Definition at line 1005 of file parser.h.

Member Typedef Documentation

◆ kind_type

The symbol kind as needed by the constructor.

Definition at line 1008 of file parser.h.

Constructor & Destructor Documentation

◆ by_kind() [1/3]

isc::eval::EvalParser::by_kind::by_kind ( )
inline

Default constructor.

Definition at line 2649 of file parser.h.

◆ by_kind() [2/3]

isc::eval::EvalParser::by_kind::by_kind ( const by_kind that)
inline

Copy constructor.

Definition at line 2663 of file parser.h.

◆ by_kind() [3/3]

isc::eval::EvalParser::by_kind::by_kind ( kind_type  t)
inline

Constructor from (external) token numbers.

Definition at line 2668 of file parser.h.

Member Function Documentation

◆ clear()

void isc::eval::EvalParser::by_kind::clear ( )
inline

Record that this symbol is empty.

Definition at line 2676 of file parser.h.

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

Referenced by move().

◆ kind()

EvalParser::symbol_kind_type isc::eval::EvalParser::by_kind::kind ( ) const
inline

The (internal) type number (corresponding to type).

empty when empty.

Definition at line 2691 of file parser.h.

◆ move()

void isc::eval::EvalParser::by_kind::move ( by_kind that)
inline

Steal the symbol kind from that.

Definition at line 2683 of file parser.h.

References clear(), and kind_.

+ Here is the call graph for this function:

◆ type_get()

EvalParser::symbol_kind_type isc::eval::EvalParser::by_kind::type_get ( ) const
inline

Backward compatibility (Bison 3.6).

Definition at line 2699 of file parser.h.

Member Data Documentation

◆ kind_

symbol_kind_type isc::eval::EvalParser::by_kind::kind_

The symbol kind.

S_YYEMPTY when empty.

Definition at line 1041 of file parser.h.

Referenced by move().


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