\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesResultHashArray Struct Reference

Detailed Description

Array of items of type fiftyoneDegreesResultHash used to easily access and track the size of the array.

Examples
Hash/GettingStarted.c, Hash/MatchMetrics.c, Hash/OfflineProcessing.c, Hash/Performance.c, Hash/ReloadFromFile.c, Hash/ReloadFromMemory.c, and Hash/StronglyTyped.c.

Collaboration diagram for fiftyoneDegreesResultHashArray:

[legend]

Data Fields

uint32_t  count
Number of used items.
uint32_t  capacity
Number of available items.
fiftyoneDegreesResultHash *  items
Pointer to the first item.
fiftyoneDegreesResultsDeviceDetection  b
Base results.
fiftyoneDegreesCollectionItem  propertyItem
Property for the current request.
fiftyoneDegreesList  values
List of value items when results are fetched.
fiftyoneDegreesEvidenceKeyValuePairArray *  pseudoEvidence
Array of pseudo evidence. More...

Field Documentation


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