\r\n

51Degrees Device Detection C/C++  4.5

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

fiftyoneDegreesEvidenceKeyValuePairArray Struct Reference

Detailed Description

Array of evidence key value pairs and a pointer to the next array if present or NULL of not present.

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

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

Collaboration diagram for fiftyoneDegreesEvidenceKeyValuePairArray:

[legend]

Data Fields

uint32_t  count
Number of used items.
uint32_t  capacity
Number of available items.
fiftyoneDegreesEvidenceKeyValuePair *  items
Pointer to the first item.
fiftyoneDegreesEvidenceKeyValuePairArray *  next
fiftyoneDegreesEvidenceKeyValuePairArray *  prev
Add any members provided by the caller.

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