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

the state of the parser after parsing an input string. More...

#include <Apg.h>

Data Fields

apg_uint uiSuccess
 
apg_uint uiState
 
apg_uint uiPhraseLength
 
apg_uint uiStringLength
 

Detailed Description

the state of the parser after parsing an input string.

the state of the parser after parsing an input string.

Definition at line 561 of file Apg.h.

Field Documentation

◆ uiPhraseLength

apg_uint APG_PARSER_STATE::uiPhraseLength

length of the matched phrase

Definition at line 564 of file Apg.h.

◆ uiState

apg_uint APG_PARSER_STATE::uiState

one of EMPTY, MATCH or NOMATCH. Note that it is possible for the parser to match a phrase without matching the entire input string.

Definition at line 563 of file Apg.h.

◆ uiStringLength

apg_uint APG_PARSER_STATE::uiStringLength

length of the input string

Definition at line 565 of file Apg.h.

◆ uiSuccess

apg_uint APG_PARSER_STATE::uiSuccess

true if the input string was matched in its entirety. false otherwise.

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