51Degrees Common C/C++  4.1

A shared functionality library that is used 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.

Public Attributes

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.

Member Data 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: