\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesPropertiesRequired Struct Reference

Detailed Description

Defines a set of properties which are required by a caller.

Usually to a data set creation method.

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 fiftyoneDegreesPropertiesRequired:

[legend]

Data Fields

const char **  array
Array of required properties or NULL if all properties are required. More...
int  count
Number of properties in array.
const char *  string
Separated list of required properties or NULL if all properties are required.
fiftyoneDegreesPropertiesAvailable *  existing
A pointer to an existing set of property names from another instance.

Field Documentation

◆ array

const char** fiftyoneDegreesPropertiesRequired::array

Array of required properties or NULL if all properties are required.

See the count property for the number of items in the array


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