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

Data structure for a single TLS 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 acharacpStrTbl
 Pointer to the alphabet character table for the first character of the allowed string. More...
 
aint uiStrLen
 Number of characters in the string. More...
 

Detailed Description

Data structure for a single TLS opcode.

Definition at line 195 of file parserp.h.

Field Documentation

◆ acpStrTbl

const achar* op_tls::acpStrTbl

Pointer to the alphabet character table for the first character of the allowed string.

Definition at line 198 of file parserp.h.

◆ ucpPpptMap

const uint8_t* op_tls::ucpPpptMap

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

Definition at line 197 of file parserp.h.

◆ uiId

aint op_tls::uiId

The operation identifier, ID_ALT.

Definition at line 196 of file parserp.h.

◆ uiStrLen

aint op_tls::uiStrLen

Number of characters in the string.

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