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

Back referencing information for each UDT. More...

#include <backref.h>

Collaboration diagram for bkr_udt:
Collaboration graph
[legend]

Data Fields

udtspUdt
 
aint uiIsBackRef
 APG_TRUE if this UDT has been back referenced in, APG_FALSE otherwise. More...
 
aint uiBackRefIndex
 If this UDT is back referenced, this is the UDT's index in the bkr map. More...
 

Detailed Description

Back referencing information for each UDT.

Definition at line 53 of file backref.h.

Field Documentation

◆ spUdt

udt* bkr_udt::spUdt

Definition at line 54 of file backref.h.

◆ uiBackRefIndex

aint bkr_udt::uiBackRefIndex

If this UDT is back referenced, this is the UDT's index in the bkr map.

Definition at line 56 of file backref.h.

◆ uiIsBackRef

aint bkr_udt::uiIsBackRef

APG_TRUE if this UDT has been back referenced in, APG_FALSE otherwise.

Definition at line 55 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.