![]() |
aGrUM
0.16.0
|
This is the complete list of members for gum::ParseError, including all inherited members.
code | gum::ParseError | mutable |
column | gum::ParseError | |
filename | gum::ParseError | |
is_error | gum::ParseError | |
line | gum::ParseError | |
msg | gum::ParseError | |
operator=(const ParseError &cont) | gum::ParseError | |
ParseError(bool is_error, const std::string &msg, Idx line) | gum::ParseError | |
ParseError(bool is_error, const std::string &msg, const std::string &filename, Idx line, Idx col=0) | gum::ParseError | |
ParseError(bool is_error, const std::string &msg, const std::string &filename, const std::string &code, Idx line, Idx col=0) | gum::ParseError | |
ParseError(const ParseError &cont) | gum::ParseError | |
toElegantString() const | gum::ParseError | |
toString() const | gum::ParseError |