![]() |
Kea
1.5.0
|
#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>
Include dependency graph for parser.h:
This graph shows which files directly or indirectly include this file: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_type |
| Type access provider for token (enum) based symbols. More... | |
| class | isc::eval::EvalParser |
| A Bison parser. More... | |
| class | isc::eval::slice< T, S > |
| Present a slice of the top of a stack. More... | |
| class | isc::eval::stack< T, S > |
| A stack with random access from its top. More... | |
| struct | isc::eval::EvalParser::syntax_error |
| Syntax errors thrown from user actions. More... | |
| struct | isc::eval::EvalParser::token |
| Tokens. More... | |
| union | isc::eval::EvalParser::union_type |
| An auxiliary type to compute the largest semantic type. More... | |
| struct | isc::eval::variant< S > |
| A char[S] buffer to store and retrieve objects. More... | |
Namespaces | |
| isc | |
| Defines the logger used by the top-level component of kea-dhcp-ddns. | |
| isc::eval | |
Macros | |
| #define | EVALDEBUG 1 |
| #define | YY_ATTRIBUTE(Spec) /* empty */ |
| #define | YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) |
| #define | YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) |
| #define | YY_COPY(Type) const Type& |
| #define | YY_CPLUSPLUS 199711L |
| #define | YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
| #define | YY_IGNORE_MAYBE_UNINITIALIZED_END |
| #define | YY_INITIAL_VALUE(Value) Value |
| #define | YY_MOVE |
| #define | YY_MOVE_OR_COPY copy |
| #define | YY_MOVE_REF(Type) Type& |
| #define | YY_RVREF(Type) const Type& |
| #define | YYASSERT assert |
| #define | YYUSE(E) ((void) (E)) |
Define the isc::eval::parser class.
Definition in file parser.h.
| #define YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) |
| #define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) |