APG
… an ABNF Parser Generator
|
Defines the value, location and error message when a value is in error and a fatal error is issued. More...
Data Fields | |
uint32_t | uiValue |
The value that is in error. More... | |
uint32_t | uiOffset |
Offset to the value that is in error. More... | |
const char * | cpMsg |
Pointer to the error message. More... | |
abool | bHasError |
True if the data represents a valid error. False if no error has been detected. More... | |
Defines the value, location and error message when a value is in error and a fatal error is issued.
abool conv_error::bHasError |
uint32_t conv_error::uiOffset |