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

API information about each UDT. More...

#include <apip.h>

Data Fields

char * cpName
 pointer to null-terminated string in the string table More...
 
aint uiIndex
 index of this UDT in the UDT list More...
 
aint uiEmpty
 APG_TRUE if this UDT can be empty, APG_FALSE otherwise
More...
 

Detailed Description

API information about each UDT.

Definition at line 69 of file apip.h.

Field Documentation

◆ cpName

char* api_udt::cpName

pointer to null-terminated string in the string table

Definition at line 70 of file apip.h.

◆ uiEmpty

aint api_udt::uiEmpty

APG_TRUE if this UDT can be empty, APG_FALSE otherwise

Definition at line 72 of file apip.h.

◆ uiIndex

aint api_udt::uiIndex

index of this UDT in the UDT list

Definition at line 71 of file apip.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.