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

Data structure for a single BKR 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 uiRuleIndex
 Index of the rule to back reference. More...
 
aint uiCase
 
aint uiMode
 

Detailed Description

Data structure for a single BKR opcode.

Definition at line 241 of file parserp.h.

Field Documentation

◆ ucpPpptMap

const uint8_t* op_bkr::ucpPpptMap

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

Definition at line 243 of file parserp.h.

◆ uiCase

aint op_bkr::uiCase

Definition at line 245 of file parserp.h.

◆ uiId

aint op_bkr::uiId

The operation identifier, ID_ALT.

Definition at line 242 of file parserp.h.

◆ uiMode

aint op_bkr::uiMode

Definition at line 246 of file parserp.h.

◆ uiRuleIndex

aint op_bkr::uiRuleIndex

Index of the rule to back reference.

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