Public Member Functions | |
parse_error (std::filesystem::path dataFile, const std::string &szDataLine, const std::string &szDataToken, int dataLineNumber, int sourceLine, const char *szSourceFile) | |
parse_error (const char *szDataFile, const char *szDataLine, const char *szDataToken, int sourceLine, const char *szSourceFile) | |
parse_error (const char *szDataFile, const char *szDataLine, int sourceLine, const char *szSourceFile) | |
parse_error (const char *szDataFile, int sourceLine, const char *szSourceFile) | |
std::string | toString (const std::string &message="") const |
const parse_info & | getParseInfo () const |
char const * | what () const noexcept |
Definition at line 15 of file parse_error.h.