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

#include <main.h>

Collaboration diagram for xml_context:
Collaboration graph
[legend]

Data Fields

exceptionspException
 
void * vpMem
 
void * vpOdataParser
 
void * vpVec32
 
void * vpVecTests
 
void * vpVecContraintRules
 
void * vpVecConstraints
 
char * cpXmlName
 
char * cpJsonName
 
u32_phrasespTestCase
 
u32_phrasespConstraint
 
u32_phrasespMatch
 
u32_phrasespInput
 
u32_phrasespName
 
u32_phrasespRule
 
u32_phrasespFailAt
 
testspCurrentTest
 
rule_constraintspCurrentConstraint
 
char caBuf [128]
 
aint uiRuleCount
 

Detailed Description

Definition at line 61 of file main.h.

Field Documentation

◆ caBuf

char xml_context::caBuf[128]

Definition at line 80 of file main.h.

◆ cpJsonName

char* xml_context::cpJsonName

Definition at line 70 of file main.h.

◆ cpXmlName

char* xml_context::cpXmlName

Definition at line 69 of file main.h.

◆ spConstraint

u32_phrase* xml_context::spConstraint

Definition at line 72 of file main.h.

◆ spCurrentConstraint

rule_constraint* xml_context::spCurrentConstraint

Definition at line 79 of file main.h.

◆ spCurrentTest

test* xml_context::spCurrentTest

Definition at line 78 of file main.h.

◆ spException

exception* xml_context::spException

Definition at line 62 of file main.h.

◆ spFailAt

u32_phrase* xml_context::spFailAt

Definition at line 77 of file main.h.

◆ spInput

u32_phrase* xml_context::spInput

Definition at line 74 of file main.h.

◆ spMatch

u32_phrase* xml_context::spMatch

Definition at line 73 of file main.h.

◆ spName

u32_phrase* xml_context::spName

Definition at line 75 of file main.h.

◆ spRule

u32_phrase* xml_context::spRule

Definition at line 76 of file main.h.

◆ spTestCase

u32_phrase* xml_context::spTestCase

Definition at line 71 of file main.h.

◆ uiRuleCount

aint xml_context::uiRuleCount

Definition at line 81 of file main.h.

◆ vpMem

void* xml_context::vpMem

Definition at line 63 of file main.h.

◆ vpOdataParser

void* xml_context::vpOdataParser

Definition at line 64 of file main.h.

◆ vpVec32

void* xml_context::vpVec32

Definition at line 65 of file main.h.

◆ vpVecConstraints

void* xml_context::vpVecConstraints

Definition at line 68 of file main.h.

◆ vpVecContraintRules

void* xml_context::vpVecContraintRules

Definition at line 67 of file main.h.

◆ vpVecTests

void* xml_context::vpVecTests

Definition at line 66 of file main.h.


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.