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_STAT Struct Reference

the parsers total node hit statistics More...

#include <Apg.h>

Data Fields

apg_uint uiTotal
 
apg_uint uiMatch
 
apg_uint uiEmpty
 
apg_uint uiNoMatch
 

Detailed Description

the parsers total node hit statistics

node statistics

Definition at line 572 of file Apg.h.

Field Documentation

◆ uiEmpty

apg_uint APG_STAT::uiEmpty

number of empty matched phrase node hits

Definition at line 575 of file Apg.h.

◆ uiMatch

apg_uint APG_STAT::uiMatch

number of matched phrase node hits

Definition at line 574 of file Apg.h.

◆ uiNoMatch

apg_uint APG_STAT::uiNoMatch

number of node hits for which no phrase was matched

Definition at line 576 of file Apg.h.

◆ uiTotal

apg_uint APG_STAT::uiTotal

total number of node hits

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