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

Size information for the **P**artially-**P**redictive **P**arsing **T**ables (PPPT) data. More...

#include <api.h>

Data Fields

luint luiAcharMin
 The minimum character size in the grammar alphabet. More...
 
luint luiAcharMax
 The maximum character size in the grammar alphabet. More...
 
luint luiMapSize
 The size, in bytes, of a single PPPT table entry (map). More...
 
luint luiMaps
 The number of maps needed. More...
 
luint luiTableSize
 The memory requirement, in bytes, of the full table. More...
 

Detailed Description

Size information for the **P**artially-**P**redictive **P**arsing **T**ables (PPPT) data.

Definition at line 83 of file api.h.

Field Documentation

◆ luiAcharMax

luint pppt_size::luiAcharMax

The maximum character size in the grammar alphabet.

Definition at line 85 of file api.h.

◆ luiAcharMin

luint pppt_size::luiAcharMin

The minimum character size in the grammar alphabet.

Definition at line 84 of file api.h.

◆ luiMaps

luint pppt_size::luiMaps

The number of maps needed.

Definition at line 87 of file api.h.

◆ luiMapSize

luint pppt_size::luiMapSize

The size, in bytes, of a single PPPT table entry (map).

Definition at line 86 of file api.h.

◆ luiTableSize

luint pppt_size::luiTableSize

The memory requirement, in bytes, of the full table.

Definition at line 88 of file api.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.