![]() |
Kea
2.3.6-git
|
Syntax errors thrown from user actions. More...
#include <d2_parser.h>
Public Member Functions | |
syntax_error (const location_type &l, const std::string &m) | |
syntax_error (const syntax_error &s) | |
~syntax_error () YY_NOEXCEPT YY_NOTHROW | |
Public Attributes | |
location_type | location |
Syntax errors thrown from user actions.
Definition at line 470 of file d2_parser.h.
|
inline |
Definition at line 472 of file d2_parser.h.
|
inline |
Definition at line 477 of file d2_parser.h.
References YY_NOEXCEPT, and YY_NOTHROW.
isc::d2::D2Parser::syntax_error::~syntax_error | ( | ) |
Definition at line 160 of file d2_parser.cc.
References isc::d2::D2Parser::basic_symbol< Base >::empty(), isc::d2::D2Parser::by_kind::kind(), isc::d2::D2Parser::by_kind::kind_, isc::d2::D2Parser::basic_symbol< Base >::location, isc::d2::D2Parser::basic_symbol< Base >::name(), isc::d2::D2Parser::symbol_kind::S_BOOLEAN, isc::d2::D2Parser::symbol_kind::S_FLOAT, isc::d2::D2Parser::symbol_kind::S_INTEGER, isc::d2::D2Parser::symbol_kind::S_map_value, isc::d2::D2Parser::symbol_kind::S_ncr_protocol_value, isc::d2::D2Parser::symbol_kind::S_STRING, isc::d2::D2Parser::symbol_kind::S_value, isc::d2::D2Parser::symbol_kind::S_YYEMPTY, isc::d2::D2Parser::basic_symbol< Base >::value, YY_CAST, YY_MOVE, YY_MOVE_REF, YY_NOEXCEPT, YY_RVREF, YY_SYMBOL_PRINT, YY_USE, and isc::d2::D2Parser::YYNTOKENS.
location_type isc::d2::D2Parser::syntax_error::location |
Definition at line 484 of file d2_parser.h.
Referenced by isc::d2::D2Parser::error().