muParserX 2.0.0
|
Error context class. More...
#include <mpError.h>
Public Member Functions | |
ErrorContext (EErrorCodes a_iErrc=ecUNDEFINED, int a_iPos=-1, string_type a_sIdent=string_type()) | |
Creates an empty ErrorContext object. | |
Public Attributes | |
string_type | Ident |
| |
string_type | Hint |
| |
EErrorCodes | Errc |
| |
char_type | Type1 |
| |
char_type | Type2 |
| |
int | Arg |
| |
int | Pos |
| |
Error context class.
This struct contains the data associated with parser erros.
mup::ErrorContext::ErrorContext | ( | EErrorCodes | a_iErrc = ecUNDEFINED, |
int | a_iPos = -1, | ||
string_type | a_sIdent = string_type() ) |
Creates an empty ErrorContext object.
Constructs an empty Error context structure.
All Members are initialised to an invalid state.