\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesGraphNodeHash Struct Reference

Detailed Description

Hash record structure to compare to a substring hash.

Data Fields

uint32_t  hashCode
Hash code to compare. More...
int32_t  nodeOffset
Offset of the node to use if this hash code is a match. More...

Field Documentation

◆ hashCode

uint32_t fiftyoneDegreesGraphNodeHash::hashCode

Hash code to compare.

◆ nodeOffset

int32_t fiftyoneDegreesGraphNodeHash::nodeOffset

Offset of the node to use if this hash code is a match.


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/graph.h
On This Page