Vcsn  2.4
Be Rational
vcsn::rat::parser::syntax_error Struct Reference

Syntax errors thrown from user actions. More...

#include <parse.hh>

Inheritance diagram for vcsn::rat::parser::syntax_error:
Collaboration diagram for vcsn::rat::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 338 of file parse.hh.

Constructor & Destructor Documentation

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

Definition at line 889 of file parse.hh.

Member Data Documentation

location_type vcsn::rat::parser::syntax_error::location

Definition at line 341 of file parse.hh.

Referenced by vcsn::rat::parser::error().


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