Inheritance diagram for FiftyoneDegrees::DeviceDetection::Hash::PropertyMetaDataCollectionForPropertyHash:
Collaboration diagram for FiftyoneDegrees::DeviceDetection::Hash::PropertyMetaDataCollectionForPropertyHash:
Member Function Documentation
◆ getByIndex()
PropertyMetaData* FiftyoneDegrees::DeviceDetection::Hash::PropertyMetaDataCollectionForPropertyHash::getByIndex
|
( |
uint32_t
|
index
| ) |
const
|
virtual
Get the item from the collection at the index provided.
- Parameters
-
- index - of the item required in the collection. Not the same as the key
|
- Returns
- a new instance of the item at the index
Implements FiftyoneDegrees::Common::Collection< string, PropertyMetaData >.
◆ getByKey()
PropertyMetaData* FiftyoneDegrees::DeviceDetection::Hash::PropertyMetaDataCollectionForPropertyHash::getByKey
|
( |
string
|
key
| ) |
const
|
virtual
Get the item for the key from the collection.
- Parameters
-
- key - unique key of the item required in the collection
|
- Returns
- a new instance of the item with the key
Implements FiftyoneDegrees::Common::Collection< string, PropertyMetaData >.
◆ getSize()
uint32_t FiftyoneDegrees::DeviceDetection::Hash::PropertyMetaDataCollectionForPropertyHash::getSize
|
( |
| ) |
const
|
virtual
Number of items in the underlying collection.
- Returns
- the number of items in the collection
Implements FiftyoneDegrees::Common::Collection< string, PropertyMetaData >.
The documentation for this class was generated from the following file: