\r\n

51Degrees Device Detection C/C++  4.4

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

FiftyoneDegrees::DeviceDetection::Hash::ProfileMetaDataCollectionHash Class Reference

Detailed Description

A collection of all profile meta data contained in a Hash engine.

Inheritance diagram for FiftyoneDegrees::DeviceDetection::Hash::ProfileMetaDataCollectionHash:

[legend]

Collaboration diagram for FiftyoneDegrees::DeviceDetection::Hash::ProfileMetaDataCollectionHash:

[legend]

Public Member Functions

Constructor

 ProfileMetaDataCollectionHash (fiftyoneDegreesResourceManager *manager)
Constructs a new instance of the collection from the data set managed by the manager provided. More...

Common::Collection Implementation

 ~ProfileMetaDataCollectionHash ()
Releases the data set being referenced by the collection.
ProfileMetaData *  getByIndex (uint32_t index) const
Get the item from the collection at the index provided. More...
ProfileMetaData *  getByKey (uint32_t profileId) const
Get the item for the key from the collection. More...
uint32_t  getSize () const
Number of items in the underlying collection. More...

Public Member Functions inherited from FiftyoneDegrees::Common::Collection< uint32_t, ProfileMetaData >

virtual  ~Collection ()
Dispose of any internal data.

Constructor & Destructor Documentation

◆ ProfileMetaDataCollectionHash()

FiftyoneDegrees::DeviceDetection::Hash::ProfileMetaDataCollectionHash::ProfileMetaDataCollectionHash ( fiftyoneDegreesResourceManager *   manager )

Constructs a new instance of the collection from the data set managed by the manager provided.

Parameters
manager - pointer to the manager which manages the data set

Member Function Documentation


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