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

Parsed character data definition. More...

#include <xmlp.h>

Data Fields

uint32_t uiOffset
 The offset into vpVec32 array for the start of the data. More...
 
uint32_t uiLength
 The number of 32-bit data characters. More...
 

Detailed Description

Parsed character data definition.

All parsed, 32-bit unicode code point data is pushed into the vecto vpVec32. This structure defines the offset and length of a given parsed datum.

Definition at line 42 of file xmlp.h.

Field Documentation

◆ uiLength

uint32_t cdata_id::uiLength

The number of 32-bit data characters.

Definition at line 44 of file xmlp.h.

◆ uiOffset

uint32_t cdata_id::uiOffset

The offset into vpVec32 array for the start of the data.

Definition at line 43 of file xmlp.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.