Detailed Description
Dataset header containing information about the dataset.
Collaboration diagram for fiftyoneDegreesDataSetHashHeader:
Data Fields
| const int32_t | versionMajor
 Major version of the data file loaded. 
  | 
| const int32_t | versionMinor
 Minor version of the data file loaded. 
  | 
| const int32_t | versionBuild
 Build version of the data file loaded. 
  | 
| const int32_t | versionRevision
 Revision version of the data file loaded. 
  | 
| const byte | tag [16]
 Unique data file tag. 
  | 
| const byte | exportTag [16]
 Tag identifying the data file export. 
  | 
| const int32_t | copyrightOffset
 Offset of the copyright string in the strings collection. 
  | 
| const int16_t | age
 Age of the data set format. 
  | 
| const int32_t | minUserAgentCount
 Minimum count for a User-Agent to be included in the data file export. 
  | 
| const int32_t | nameOffset
 Offset of the data file name in the strings collection. 
  | 
| const int32_t | formatOffset
 Offset of the data file format in the strings collection. 
  | 
| const fiftyoneDegreesDate | published
 Date when the data file was published. 
  | 
| const fiftyoneDegreesDate | nextUpdate
 Date when the next data file will be available. 
  | 
| const fiftyoneDegreesCollectionHeader | strings
 Size and location of the strings collection. 
  | 
| const fiftyoneDegreesCollectionHeader | components
 Size and location of the components collection. 
  | 
| const fiftyoneDegreesCollectionHeader | maps
 Size and location of the maps collection. 
  | 
| const fiftyoneDegreesCollectionHeader | properties
 Size and location of the properties collection. 
  | 
| const fiftyoneDegreesCollectionHeader | values
 Size and location of the values collection. 
  | 
| const fiftyoneDegreesCollectionHeader | profiles
 Size and location of the profiles collection. 
  | 
| const fiftyoneDegreesCollectionHeader | rootNodes
 Root nodes which point to the start of each graph used in detection. 
  | 
| const fiftyoneDegreesCollectionHeader | nodes
 Size and location of the nodes collection. 
  | 
| const fiftyoneDegreesCollectionHeader | profileOffsets
 Size and location of the profile offsets collection. 
  | 
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/hash/hash.h
 
