51Degrees Common C/C++  4.1

A shared functionality library that is used by 51Degrees products

fiftyoneDegreesProfileOffset Struct Reference

Detailed Description

Structure containing the unique id of the profile, and the offset needed to retrieve the actual profile structure from a profiles collection.

This takes up less space than the full profile and are of a fixed size, so can be passed around and iterated over more easily.

Public Attributes

const uint32_t  profileId
The unique Id of the profile.
const uint32_t  offset
Offset to the profile in the profiles structure.

The documentation for this struct was generated from the following file: