![]() |
Kea 2.2.0
|
#include <netconf_parser.h>
Public Member Functions | |
context (const NetconfParser &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. More... | |
const location_type & | location () const YY_NOEXCEPT |
const symbol_type & | lookahead () const YY_NOEXCEPT |
symbol_kind_type | token () const YY_NOEXCEPT |
Definition at line 1839 of file netconf_parser.h.
isc::netconf::NetconfParser::context::context | ( | const NetconfParser & | yyparser, |
const symbol_type & | yyla | ||
) |
Definition at line 1844 of file netconf_parser.cc.
int isc::netconf::NetconfParser::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 1850 of file netconf_parser.cc.
References isc::netconf::NetconfParser::symbol_kind::S_YYEMPTY, isc::netconf::NetconfParser::symbol_kind::S_YYerror, YY_CAST, and isc::netconf::NetconfParser::YYNTOKENS.
|
inline |
Definition at line 1845 of file netconf_parser.h.
|
inline |
Definition at line 1843 of file netconf_parser.h.
|
inline |
Definition at line 1844 of file netconf_parser.h.