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

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

#include <parserp.h>

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...
 
const aintuipChildList
 Pointer to the first child opcode index. More...
 
aint uiChildCount
 Number of children. More...
 

Detailed Description

Data structure for a single CAT opcode.

Definition at line 156 of file parserp.h.

Field Documentation

◆ ucpPpptMap

const uint8_t* op_cat::ucpPpptMap

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

Definition at line 158 of file parserp.h.

◆ uiChildCount

aint op_cat::uiChildCount

Number of children.

Definition at line 160 of file parserp.h.

◆ uiId

aint op_cat::uiId

The operation identifier, ID_ALT.

Definition at line 157 of file parserp.h.

◆ uipChildList

const aint* op_cat::uipChildList

Pointer to the first child opcode index.

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