aGrUM 3.0.0
a C++ library for (probabilistic) graphical models
gum::ParseError Member List

This is the complete list of members for gum::ParseError, including all inherited members.

codegum::ParseErrormutable
columngum::ParseError
filenamegum::ParseError
is_errorgum::ParseError
linegum::ParseError
msggum::ParseError
operator=(const ParseError &cont)gum::ParseError
ParseError(bool is_error, std::string_view msg, Idx line)gum::ParseError
ParseError(bool is_error, std::string_view msg, std::string_view filename, Idx line, Idx col=0)gum::ParseError
ParseError(bool is_error, std::string_view msg, std::string_view filename, std::string_view code, Idx line, Idx col=0)gum::ParseError
ParseError(const ParseError &cont)gum::ParseError
toElegantString() constgum::ParseError
toString() constgum::ParseError