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

Keeps track of the display state for HTML display. More...

Collaboration diagram for html_info:
Collaboration graph
[legend]

Data Fields

tracespTrace
 Pointer to the trace object's context. More...
 
const acharacpInput
 Pointer to the input string. More...
 
char * cpOutput
 Pointer to a buffer to build output in. More...
 
aint uiMatched
 True if a phrase was matched. More...
 
aint uiRemainder
 Length of the remaining input string beyond the current sub-phrase. More...
 
char * cpEmpty
 The display for and empty match. More...
 
char * cpLastChar
 The display symbol for the end of string character. More...
 

Detailed Description

Keeps track of the display state for HTML display.

Definition at line 51 of file trace-out.c.

Field Documentation

◆ acpInput

const achar* html_info::acpInput

Pointer to the input string.

Definition at line 53 of file trace-out.c.

◆ cpEmpty

char* html_info::cpEmpty

The display for and empty match.

Definition at line 57 of file trace-out.c.

◆ cpLastChar

char* html_info::cpLastChar

The display symbol for the end of string character.

Definition at line 58 of file trace-out.c.

◆ cpOutput

char* html_info::cpOutput

Pointer to a buffer to build output in.

Definition at line 54 of file trace-out.c.

◆ spTrace

trace* html_info::spTrace

Pointer to the trace object's context.

Definition at line 52 of file trace-out.c.

◆ uiMatched

aint html_info::uiMatched

True if a phrase was matched.

Definition at line 55 of file trace-out.c.

◆ uiRemainder

aint html_info::uiRemainder

Length of the remaining input string beyond the current sub-phrase.

Definition at line 56 of file trace-out.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.