|
Orcus
|
#include <parser_base.hpp>
Public Member Functions | |
| std::ptrdiff_t | offset () const |
Public Member Functions inherited from orcus::general_error | |
| general_error (const std::string &msg) | |
| general_error (const std::string &cls, const std::string &msg) | |
| virtual const char * | what () const throw () |
Protected Member Functions | |
| parse_error (const std::string &msg, std::ptrdiff_t offset) | |
| offset in the stream where the error occurred. | |
| parse_error (const std::string &cls, const std::string &msg, std::ptrdiff_t offset) | |
Protected Member Functions inherited from orcus::general_error | |
| void | append_msg (const std::string &s) |
Exception related to parsing error that includes the offset in the stream where the error occurred.
1.8.14