Version 6.3
Copyright © 2005 - 2012 Lowell D. Thomas
APG
  … ABNF Parser Generator
All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
APG_NAME_STAT Struct Reference

named rule or UDT node statistics More...

#include <Apg.h>

Data Fields

apg_uint uiIndex
 
char * cpName
 
APG_STAT sStat
 

Detailed Description

named rule or UDT node statistics

named rule or UDT node stats

Definition at line 582 of file Apg.h.

Field Documentation

◆ cpName

char* APG_NAME_STAT::cpName

rule/UDT name

Definition at line 584 of file Apg.h.

◆ sStat

APG_STAT APG_NAME_STAT::sStat

node stats for this named node

Definition at line 585 of file Apg.h.

◆ uiIndex

apg_uint APG_NAME_STAT::uiIndex

rule/UDT index

Definition at line 583 of file Apg.h.


The documentation for this struct was generated from the following file:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/licenses.html or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.