Kea  1.9.9-git
isc::eval::EvalParser::syntax_error Struct Reference

Syntax errors thrown from user actions. More...

#include <parser.h>

+ Inheritance diagram for isc::eval::EvalParser::syntax_error:

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
 

Detailed Description

Syntax errors thrown from user actions.

Definition at line 473 of file parser.h.

Constructor & Destructor Documentation

isc::eval::EvalParser::syntax_error::syntax_error ( const location_type l,
const std::string &  m 
)
inline

Definition at line 475 of file parser.h.

isc::eval::EvalParser::syntax_error::syntax_error ( const syntax_error s)
inline

Definition at line 480 of file parser.h.

isc::eval::EvalParser::syntax_error::~syntax_error ( )

Definition at line 160 of file parser.cc.

Member Data Documentation

location_type isc::eval::EvalParser::syntax_error::location

Definition at line 487 of file parser.h.

Referenced by isc::eval::EvalParser::error().


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