![]() |
Home | Libraries | People | FAQ | More |
boost::parser::rethrow_error_handler
// In header: <boost/parser/error_handling.hpp> struct rethrow_error_handler { // public member functions template<typename Iter, typename Sentinel> (Iter, Sentinel, parse_error< Iter > const &) ; template<typename Context, typename Iter> void (, , Context const &, Iter) ; template<typename Context> void (, , Context const &) ; };
An error handler that just re-throws any exception generated by the parse.
rethrow_error_handler
public member functionstemplate<typename Iter, typename Sentinel> (Iter first, Sentinel last, parse_error< Iter > const & e) ;
template<typename Context, typename Iter> void ( kind, message, Context const & context, Iter it) ;
template<typename Context> void ( kind, message, Context const & context) ;