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

Data structure for a single TRG 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...
 
achar acMin
 Minimum alphabet character in the allowed range. More...
 
achar acMax
 Maximum alphabet character in the allowed range. More...
 

Detailed Description

Data structure for a single TRG opcode.

Definition at line 185 of file parserp.h.

Field Documentation

◆ acMax

achar op_trg::acMax

Maximum alphabet character in the allowed range.

Definition at line 189 of file parserp.h.

◆ acMin

achar op_trg::acMin

Minimum alphabet character in the allowed range.

Definition at line 188 of file parserp.h.

◆ ucpPpptMap

const uint8_t* op_trg::ucpPpptMap

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

Definition at line 187 of file parserp.h.

◆ uiId

aint op_trg::uiId

The operation identifier, ID_ALT.

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