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

Provides offsets and lengths in the vpVec32 array for a name and value pair. More...

#include <xmlp.h>

Collaboration diagram for named_value:
Collaboration graph
[legend]

Data Fields

cdata_id sName
 Points to offset and length of the datum's name. More...
 
cdata_id sValue
 Points to offset and length of the datum's value. More...
 

Detailed Description

Provides offsets and lengths in the vpVec32 array for a name and value pair.

Definition at line 50 of file xmlp.h.

Field Documentation

◆ sName

cdata_id named_value::sName

Points to offset and length of the datum's name.

Definition at line 51 of file xmlp.h.

◆ sValue

cdata_id named_value::sValue

Points to offset and length of the datum's value.

Definition at line 52 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.