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

The representation of a matched phrase. More...

#include <apgex.h>

Collaboration diagram for apgex_phrase:
Collaboration graph
[legend]

Data Fields

apg_phrase sPhrase
 The matched phrase. More...
 
aint uiPhraseOffset
 Offset into the source string where the matched phrase begins. More...
 

Detailed Description

The representation of a matched phrase.

Definition at line 45 of file apgex.h.

Field Documentation

◆ sPhrase

apg_phrase apgex_phrase::sPhrase

The matched phrase.

Definition at line 46 of file apgex.h.

◆ uiPhraseOffset

aint apgex_phrase::uiPhraseOffset

Offset into the source string where the matched phrase begins.

Definition at line 47 of file apgex.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.