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

For internal object use only. Defines a phrase as an offset into vpVecRelPhases. More...

Data Fields

aint uiSourceOffset
 Offset into the source array for the first character of the phrase. More...
 
aint uiLength
 The length or number of characters in the phrase. More...
 
aint uiNext
 The index to the next phrase in a singly-linked list. APG_UNDEFINED marks last phrase in list. More...
 

Detailed Description

For internal object use only. Defines a phrase as an offset into vpVecRelPhases.

Definition at line 57 of file apgex.c.

Field Documentation

◆ uiLength

aint phrase_r::uiLength

The length or number of characters in the phrase.

Definition at line 59 of file apgex.c.

◆ uiNext

aint phrase_r::uiNext

The index to the next phrase in a singly-linked list. APG_UNDEFINED marks last phrase in list.

Definition at line 60 of file apgex.c.

◆ uiSourceOffset

aint phrase_r::uiSourceOffset

Offset into the source array for the first character of the phrase.

Definition at line 58 of file apgex.c.


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.