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

Data structure for a single UDT opcode. More...

#include <parserp.h>

Collaboration diagram for op_udt:
Collaboration graph
[legend]

Data Fields

aint uiId
 The operation identifier, ID_ALT. More...
 
const uint8_t * ucpPpptMap
 Pointer to the PPPT map for this opcode, if any. More...
 
udtspUdt
 Pointer to the UDT structure. More...
 
aint uiEmpty
 True if this UDT can return EMPTY, false otherwise. More...
 

Detailed Description

Data structure for a single UDT opcode.

Definition at line 215 of file parserp.h.

Field Documentation

◆ spUdt

udt* op_udt::spUdt

Pointer to the UDT structure.

Definition at line 218 of file parserp.h.

◆ ucpPpptMap

const uint8_t* op_udt::ucpPpptMap

Pointer to the PPPT map for this opcode, if any.

Definition at line 217 of file parserp.h.

◆ uiEmpty

aint op_udt::uiEmpty

True if this UDT can return EMPTY, false otherwise.

Definition at line 219 of file parserp.h.

◆ uiId

aint op_udt::uiId

The operation identifier, ID_ALT.

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