Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Data Fields
bkr_phrase Struct Reference

Defines one frame on the back reference stack. More...

#include <backref.h>

Data Fields

aint uiPhraseOffset
 The offset to the matched phrase. More...
 
aint uiPhraseLength
 The matched phrase length. More...
 

Detailed Description

Defines one frame on the back reference stack.

Definition at line 63 of file backref.h.

Field Documentation

◆ uiPhraseLength

aint bkr_phrase::uiPhraseLength

The matched phrase length.

Definition at line 65 of file backref.h.

◆ uiPhraseOffset

aint bkr_phrase::uiPhraseOffset

The offset to the matched phrase.

Definition at line 64 of file backref.h.


The documentation for this struct was generated from the following file:
APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.