Searched defs:parser_error (Results 1 – 2 of 2) 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() function77 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;
160 parser_error = 0; variable