Data structure for a single UDT.
More...
#include <parserp.h>
Data structure for a single UDT.
Definition at line 133 of file parserp.h.
◆ cpUdtName
const char* udt::cpUdtName |
Pointer to the (null-terminated) ASCII rule name.
Definition at line 134 of file parserp.h.
◆ pfnCallback
◆ uiEmpty
APG_TRUE if this UDT can be empty, APG_FALSE otherwise. Parser will throw an exception if this if false and the call back function returns an empty string.
Definition at line 137 of file parserp.h.
◆ uiUdtIndex
The UDT index - the zero-based order in which the UDT appears in the SABNF grammar.
Definition at line 139 of file parserp.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.