ParseError

Members

Functions

opCast
bool opCast()

Boolean whether or not an error occured. If an error did not occur, message and location will not have meaningful values.

Variables

location
size_t location;

Location in input (zero-based column) the error occured. Ranges from 0 .. $ - 1, where the $ symbol is the length of the input.

message
string message;

Error message.

Meta