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

For internal object use only. The phrase matching result in relative phrases. More...

Collaboration diagram for result_r:
Collaboration graph
[legend]

Data Fields

phrase_rspResult
 
phrase_rspLeftContext
 
phrase_rspRightContext
 
rule_rspRules
 
udt_rspUdts
 

Detailed Description

For internal object use only. The phrase matching result in relative phrases.

Definition at line 101 of file apgex.c.

Field Documentation

◆ spLeftContext

phrase_r* result_r::spLeftContext

Definition at line 103 of file apgex.c.

◆ spResult

phrase_r* result_r::spResult

Definition at line 102 of file apgex.c.

◆ spRightContext

phrase_r* result_r::spRightContext

Definition at line 104 of file apgex.c.

◆ spRules

rule_r* result_r::spRules

Definition at line 105 of file apgex.c.

◆ spUdts

udt_r* result_r::spUdts

Definition at line 106 of file apgex.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.