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

Data structure for a single REP 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...
 
aint uiMin
 Minimum number of repetitions allowed. More...
 
aint uiMax
 Maximum number of repetitions allowed. More...
 

Detailed Description

Data structure for a single REP opcode.

Definition at line 166 of file parserp.h.

Field Documentation

◆ ucpPpptMap

const uint8_t* op_rep::ucpPpptMap

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

Definition at line 168 of file parserp.h.

◆ uiId

aint op_rep::uiId

The operation identifier, ID_ALT.

Definition at line 167 of file parserp.h.

◆ uiMax

aint op_rep::uiMax

Maximum number of repetitions allowed.

Definition at line 170 of file parserp.h.

◆ uiMin

aint op_rep::uiMin

Minimum number of repetitions allowed.

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