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

The totality of all node statistics. More...

Collaboration diagram for stats:
Collaboration graph
[legend]

Data Fields

aint uiRuleCount
 The number of rules in the SABNF grammar. More...
 
aint uiUdtCount
 The number of UDTs in the SABNF grammar. More...
 
node_stat sAlt
 The statistics for the ALT nodes, ets. More...
 
node_stat sCat
 
node_stat sRep
 
node_stat sRnm
 
node_stat sTrg
 
node_stat sTls
 
node_stat sTbs
 
node_stat sUdt
 
node_stat sAnd
 
node_stat sNot
 
node_stat sBkr
 
node_stat sBka
 
node_stat sBkn
 
node_stat sAbg
 
node_stat sAen
 
node_stat sTotal
 The total statistics for all node types. More...
 
node_statspRuleStats
 An array of node statistics for each rule name. More...
 
node_statspUdtStats
 An array of node statistics for each UDT name. More...
 

Detailed Description

The totality of all node statistics.

Definition at line 62 of file stats.c.

Field Documentation

◆ sAbg

node_stat stats::sAbg

Definition at line 78 of file stats.c.

◆ sAen

node_stat stats::sAen

Definition at line 79 of file stats.c.

◆ sAlt

node_stat stats::sAlt

The statistics for the ALT nodes, ets.

Definition at line 65 of file stats.c.

◆ sAnd

node_stat stats::sAnd

Definition at line 73 of file stats.c.

◆ sBka

node_stat stats::sBka

Definition at line 76 of file stats.c.

◆ sBkn

node_stat stats::sBkn

Definition at line 77 of file stats.c.

◆ sBkr

node_stat stats::sBkr

Definition at line 75 of file stats.c.

◆ sCat

node_stat stats::sCat

Definition at line 66 of file stats.c.

◆ sNot

node_stat stats::sNot

Definition at line 74 of file stats.c.

◆ spRuleStats

node_stat* stats::spRuleStats

An array of node statistics for each rule name.

Definition at line 81 of file stats.c.

◆ spUdtStats

node_stat* stats::spUdtStats

An array of node statistics for each UDT name.

Definition at line 82 of file stats.c.

◆ sRep

node_stat stats::sRep

Definition at line 67 of file stats.c.

◆ sRnm

node_stat stats::sRnm

Definition at line 68 of file stats.c.

◆ sTbs

node_stat stats::sTbs

Definition at line 71 of file stats.c.

◆ sTls

node_stat stats::sTls

Definition at line 70 of file stats.c.

◆ sTotal

node_stat stats::sTotal

The total statistics for all node types.

Definition at line 80 of file stats.c.

◆ sTrg

node_stat stats::sTrg

Definition at line 69 of file stats.c.

◆ sUdt

node_stat stats::sUdt

Definition at line 72 of file stats.c.

◆ uiRuleCount

aint stats::uiRuleCount

The number of rules in the SABNF grammar.

Definition at line 63 of file stats.c.

◆ uiUdtCount

aint stats::uiUdtCount

The number of UDTs in the SABNF grammar.

Definition at line 64 of file stats.c.


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.