|  | Kea 3.1.0
    | 
Define the isc::eval::parser class. More...
#include <string>#include <eval/token.h>#include <eval/eval_context_decl.h>#include <dhcp/option.h>#include <boost/lexical_cast.hpp>#include <cassert>#include <cstdlib>#include <iostream>#include <stdexcept>#include <vector>#include "location.hh"#include <typeinfo>Go to the source code of this file.
| Classes | |
| struct | isc::eval::EvalParser::basic_symbol< Base > | 
| A complete symbol.  More... | |
| struct | isc::eval::EvalParser::by_kind | 
| Type access provider for token (enum) based symbols.  More... | |
| class | isc::eval::EvalParser::context | 
| class | isc::eval::EvalParser | 
| A Bison parser.  More... | |
| class | isc::eval::EvalParser::stack< T, S >::slice | 
| Present a slice of the top of a stack.  More... | |
| struct | isc::eval::EvalParser::symbol_kind | 
| Symbol kinds.  More... | |
| struct | isc::eval::EvalParser::symbol_type | 
| "External" symbols: returned by the scanner.  More... | |
| struct | isc::eval::EvalParser::syntax_error | 
| Syntax errors thrown from user actions.  More... | |
| struct | isc::eval::EvalParser::token | 
| Token kinds.  More... | |
| class | isc::eval::EvalParser::value_type | 
| A buffer to store and retrieve objects.  More... | |
| Namespaces | |
| namespace | isc | 
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::eval | 
| Macros | |
| #define | EVAL_ASSERT assert | 
| #define | EVALDEBUG 1 | 
| #define | YY_ATTRIBUTE_PURE | 
| #define | YY_ATTRIBUTE_UNUSED | 
| #define | YY_CAST(Type, Val) | 
| #define | YY_CONSTEXPR | 
| #define | YY_COPY(Type) | 
| #define | YY_CPLUSPLUS 199711L | 
| #define | YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN | 
| #define | YY_IGNORE_MAYBE_UNINITIALIZED_END | 
| #define | YY_IGNORE_USELESS_CAST_BEGIN | 
| #define | YY_IGNORE_USELESS_CAST_END | 
| #define | YY_INITIAL_VALUE(Value) | 
| #define | YY_MOVE | 
| #define | YY_MOVE_OR_COPY copy | 
| #define | YY_MOVE_REF(Type) | 
| #define | YY_NOEXCEPT | 
| #define | YY_NOTHROW throw () | 
| #define | YY_REINTERPRET_CAST(Type, Val) | 
| #define | YY_RVREF(Type) | 
| #define | YY_USE(E) | 
Define the isc::eval::parser class.
Definition in file parser.h.
| #define EVAL_ASSERT assert | 
Definition at line 108 of file parser.h.
Referenced by isc::eval::EvalParser::symbol_type::symbol_type(), isc::eval::EvalParser::symbol_type::symbol_type(), isc::eval::EvalParser::value_type::value_type(), isc::eval::EvalParser::value_type::~value_type(), isc::eval::EvalParser::value_type::as(), isc::eval::EvalParser::value_type::as(), isc::eval::EvalParser::value_type::emplace(), isc::eval::EvalParser::value_type::emplace(), and isc::eval::EvalParser::value_type::swap().
| #define YY_REINTERPRET_CAST | ( | Type, | |
| Val ) |