APG
… an ABNF Parser Generator
|
For internal object use only. Relative offsets to phrase information for rules. More...
Data Fields | |
const char * | cpRuleName |
Rule name. More... | |
aint | uiRuleIndex |
Rule index or index. More... | |
aint | uiPhraseCount |
The number of matched phrases. More... | |
aint | uiFirstPhrase |
Offset in vpVecRelPhases for the first phrase of a singly-linked list of phrases matched by this rule. More... | |
aint | uiLastPhrase |
Offset into vpVecRelPhrases for the last matched phrase. APG_UNDEFINED if no phrases for this rule exist. More... | |
abool | bEnabled |
True if this rule has been enabled for phrase capture. More... | |
For internal object use only. Relative offsets to phrase information for rules.
One struct for each rule. Handles all information needed by this rule.
abool rule_r::bEnabled |
aint rule_r::uiFirstPhrase |
aint rule_r::uiLastPhrase |