APG
… an ABNF Parser Generator
|
Input data to the AST callback functions. More...
#include <ast.h>
Data Fields | |
const achar * | acpString |
aint | uiStringLength |
aint | uiPhraseOffset |
aint | uiPhraseLength |
aint | uiState |
const char * | cpName |
Name of the rule or UDT. More... | |
aint | uiIndex |
Index of the rule or UDT. More... | |
abool | bIsUdt |
True if this record is for a UDT. False if it is for a rule. More... | |
exception * | spException |
Use but don't alter. Use to throw exceptions to the AST catch block. More... | |
void * | vpUserData |
abool ast_data::bIsUdt |
exception* ast_data::spException |
aint ast_data::uiPhraseOffset |
aint ast_data::uiState |
void* ast_data::vpUserData |