\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesOverridePropertyArray Struct Reference

Detailed Description

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

Collaboration diagram for fiftyoneDegreesOverridePropertyArray:

[legend]

Data Fields

uint32_t  count
Number of used items.
uint32_t  capacity
Number of available items.
fiftyoneDegreesOverrideProperty *  items
Pointer to the first item.
bool  prefix
Flag which when true requires the 51D_ prefix to be checked for in evidence. More...

Field Documentation

◆ prefix

bool fiftyoneDegreesOverridePropertyArray::prefix

Flag which when true requires the 51D_ prefix to be checked for in evidence.

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