\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesHashRootNodes Struct Reference

Detailed Description

Data structure containing the root nodes for the combination of an evidence item and a component.

Data Fields

uint32_t  performanceNodeOffset
Offset in the nodes collection of the root node for the performance graph. More...
uint32_t  predictiveNodeOffset
Offset in the nodes collection of the root node for the predictive graph. More...

Field Documentation

◆ performanceNodeOffset

uint32_t fiftyoneDegreesHashRootNodes::performanceNodeOffset

Offset in the nodes collection of the root node for the performance graph.

◆ predictiveNodeOffset

uint32_t fiftyoneDegreesHashRootNodes::predictiveNodeOffset

Offset in the nodes collection of the root node for the predictive graph.


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
On This Page