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

Defines the characteristics of a single line. More...

#include <lines.h>

Data Fields

aint uiLineIndex
 The zero-based line index. More...
 
aint uiCharIndex
 The zero-based index of the first character of the line. More...
 
aint uiLineLength
 The number of characters in the line, including the line end characters. More...
 
aint uiTextLength
 The number of characters in the line, excluding the line end characters. More...
 
char caLineEnd [3]
 The actual, null-terminated string of line ending character(s), if any. More...
 

Detailed Description

Defines the characteristics of a single line.

Definition at line 40 of file lines.h.

Field Documentation

◆ caLineEnd

char line::caLineEnd[3]

The actual, null-terminated string of line ending character(s), if any.

Definition at line 45 of file lines.h.

◆ uiCharIndex

aint line::uiCharIndex

The zero-based index of the first character of the line.

Definition at line 42 of file lines.h.

◆ uiLineIndex

aint line::uiLineIndex

The zero-based line index.

Definition at line 41 of file lines.h.

◆ uiLineLength

aint line::uiLineLength

The number of characters in the line, including the line end characters.

Definition at line 43 of file lines.h.

◆ uiTextLength

aint line::uiTextLength

The number of characters in the line, excluding the line end characters.

Definition at line 44 of file lines.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.