Searched defs:parser_error (Results 1 – 1 of 1) sorted by relevance
69 struct parser_error : public parser_error_base struct71 typedef ErrorDescrT error_descr_t;72 typedef IteratorT iterator_t;74 parser_error(IteratorT where_, ErrorDescrT descriptor_) in parser_error() argument77 parser_error(parser_error const& rhs) in parser_error() function82 operator=(parser_error const& rhs) in operator =()90 ~parser_error() BOOST_NOEXCEPT_OR_NOTHROW {} in ~parser_error()93 what() const BOOST_NOEXCEPT_OR_NOTHROW in what()98 IteratorT where;99 ErrorDescrT descriptor;