\r\n

51Degrees Device Detection C/C++  4.5

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

CollectionKey

Detailed Description

Group of related items such as keys.

Collaboration diagram for CollectionKey:

Structs

union  fiftyoneDegreesCollectionIndexOrOffset
Location of the item within the Collection. More...
struct  fiftyoneDegreesCollectionKeyType
Explains to a collection how to properly extract the requested value. More...
struct  fiftyoneDegreesCollectionKey
Explains to a collection (or cache) what the consumer is looking for. More...

Typedefs

typedef uint32_t(*  fiftyoneDegreesCollectionGetVariableSizeMethod) (const void *initial, fiftyoneDegreesException *exception)
Passed a pointer to the first part of a variable size item and returns the size of the entire item. More...

Variables

static const fiftyoneDegreesCollectionIndexOrOffset  fiftyoneDegreesCollectionIndexOrOffset_Zero = { 0 }

Typedef Documentation

◆ fiftyoneDegreesCollectionGetVariableSizeMethod

typedef uint32_t(* fiftyoneDegreesCollectionGetVariableSizeMethod) (const void *initial, fiftyoneDegreesException *exception)

Passed a pointer to the first part of a variable size item and returns the size of the entire item.

Parameters
initial - pointer to the start of the item
Returns
size of the item in bytes
On This Page