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

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

#include <parserp.h>

Collaboration diagram for op_rnm:
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...
 
rulespRule
 Pointer to the rule for this operation. More...
 

Detailed Description

Data structure for a single RNM opcode.

Definition at line 176 of file parserp.h.

Field Documentation

◆ spRule

rule* op_rnm::spRule

Pointer to the rule for this operation.

Definition at line 179 of file parserp.h.

◆ ucpPpptMap

const uint8_t* op_rnm::ucpPpptMap

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

Definition at line 178 of file parserp.h.

◆ uiId

aint op_rnm::uiId

The operation identifier, ID_ALT.

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