Kea 2.5.8
isc::dhcp::Dhcp4Parser::context Class Reference

#include <dhcp4_parser.h>

Public Member Functions

 context (const Dhcp4Parser &yyparser, const symbol_type &yyla)
 
int expected_tokens (symbol_kind_type yyarg[], int yyargn) const
 Put in YYARG at most YYARGN of the expected tokens, and return the number of tokens stored in YYARG.
 
const location_typelocation () const YY_NOEXCEPT
 
const symbol_typelookahead () const YY_NOEXCEPT
 
symbol_kind_type token () const YY_NOEXCEPT
 

Detailed Description

Definition at line 5195 of file dhcp4_parser.h.

Constructor & Destructor Documentation

◆ context()

isc::dhcp::Dhcp4Parser::context::context ( const Dhcp4Parser yyparser,
const symbol_type yyla 
)

Definition at line 5027 of file dhcp4_parser.cc.

Member Function Documentation

◆ expected_tokens()

int isc::dhcp::Dhcp4Parser::context::expected_tokens ( symbol_kind_type  yyarg[],
int  yyargn 
) const

Put in YYARG at most YYARGN of the expected tokens, and return the number of tokens stored in YYARG.

If YYARG is null, return the number of expected tokens (guaranteed to be less than YYNTOKENS).

Definition at line 5033 of file dhcp4_parser.cc.

References isc::dhcp::Dhcp4Parser::symbol_kind::S_YYEMPTY, isc::dhcp::Dhcp4Parser::symbol_kind::S_YYerror, YY_CAST, and isc::dhcp::Dhcp4Parser::YYNTOKENS.

◆ location()

const location_type & isc::dhcp::Dhcp4Parser::context::location ( ) const
inline

Definition at line 5201 of file dhcp4_parser.h.

◆ lookahead()

const symbol_type & isc::dhcp::Dhcp4Parser::context::lookahead ( ) const
inline

Definition at line 5199 of file dhcp4_parser.h.

◆ token()

symbol_kind_type isc::dhcp::Dhcp4Parser::context::token ( ) const
inline

Definition at line 5200 of file dhcp4_parser.h.


The documentation for this class was generated from the following files: