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

The statistics object context. More...

Collaboration diagram for stats_ctx:
Collaboration graph
[legend]

Data Fields

const void * vpValidate
 The "magic number" indicating a valid context. More...
 
parser * spParserCtx
 Pointer to the parent parser's context. More...
 
exceptionspException
 Pointer to the exception structure for reporting fatal errors back to the parser's catch block scope. More...
 
stats sStats
 The totality of all node statistics. More...
 

Detailed Description

The statistics object context.

Definition at line 88 of file stats.c.

Field Documentation

◆ spException

exception* stats_ctx::spException

Pointer to the exception structure for reporting fatal errors back to the parser's catch block scope.

Definition at line 91 of file stats.c.

◆ spParserCtx

parser* stats_ctx::spParserCtx

Pointer to the parent parser's context.

Definition at line 90 of file stats.c.

◆ sStats

stats stats_ctx::sStats

The totality of all node statistics.

Definition at line 93 of file stats.c.

◆ vpValidate

const void* stats_ctx::vpValidate

The "magic number" indicating a valid context.

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