\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesEvidenceKeyValuePairArray Struct Reference

Detailed Description

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.
struct fiftyone_degrees_array_fiftyoneDegreesEvidenceKeyValuePair_t *  pseudoEvidence
The pseudo evidence. More...

Field Documentation

◆ pseudoEvidence

struct fiftyone_degrees_array_fiftyoneDegreesEvidenceKeyValuePair_t* fiftyoneDegreesEvidenceKeyValuePairArray::pseudoEvidence

The pseudo evidence.

fiftyoneDegreesEvidenceKeyValuePairArray type 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