\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesOverrideValueArray Struct Reference

Detailed Description

An array of properties and values to use when getting override values.

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

Collaboration diagram for fiftyoneDegreesOverrideValueArray:

[legend]

Data Fields

uint32_t  count
Number of used items.
uint32_t  capacity
Number of available items.
fiftyoneDegreesOverrideValue *  items
Pointer to the first item. 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/common-cxx/overrides.h
On This Page