Detailed Description
Structure for a header known to the corresponding data set.
Forward declaration of the header structure.
Collaboration diagram for fiftyoneDegreesHeader:
Data Fields
| uint32_t | index
Index of the header in the array of all headers.
|
| 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.
|
| fiftyoneDegreesHeaderID | headerId
Unique id in the data set for this full header.
|
| bool | isDataSet
True if the header originates from the data set and the headerId is valid.
|
| fiftyoneDegreesHeaderPtrs * | pseudoHeaders
Array of pointers to related pseudo headers.
|
| fiftyoneDegreesHeaderPtrs * | segmentHeaders
Array of pointers to raw headers that form this pseudo header.
|
The documentation for this struct was generated from the following file:
- /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/headers.h
