Vcsn  2.2
Be Rational
vcsn::detail::dot::parser::syntax_error Struct Reference

Syntax errors thrown from user actions. More...

#include <parse.hh>

Inheritance diagram for vcsn::detail::dot::parser::syntax_error:
Collaboration diagram for vcsn::detail::dot::parser::syntax_error:

Public Member Functions

 syntax_error (const location_type &l, const std::string &m)
 

Public Attributes

location_type location
 

Detailed Description

Syntax errors thrown from user actions.

Definition at line 343 of file parse.hh.

Constructor & Destructor Documentation

vcsn::detail::dot::parser::syntax_error::syntax_error ( const location_type l,
const std::string &  m 
)
inline

Definition at line 812 of file parse.hh.

Member Data Documentation

location_type vcsn::detail::dot::parser::syntax_error::location

Definition at line 346 of file parse.hh.

Referenced by vcsn::detail::dot::parser::error().


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