Detailed Description
Header structure to identify a header that either comes directly from the data set, or one that forms a pseudo header.
Collaboration diagram for fiftyoneDegreesHeader:
Data Fields
const char * | name
Name of the header or pseudo header field as a null terminated string.
|
size_t | nameLength
Length of the name string excluding the terminating null.
|
fiftyoneDegreesHeaderSegmentArray * | segments
Segments within the name.
|
bool | isDataSet
True if the header originates from the data set.
|
fiftyoneDegreesHeaderID | uniqueId |