Class that implements functionality of the collection of quality metrics algorithms.
More...
Constructs the collection of quality metrics algorithms
- Parameters
-
[in] | n | Number of elements in the collection |
Removes all elements from the container
size_t getKeyByIndex |
( |
int |
idx | ) |
|
Returns a reference to SharedPtr for the stored key with a given index
- Parameters
-
[in] | idx | Index of the requested key |
- Returns
- Reference to SharedPtr of the size_t type
const services::SharedPtr<quality_metric::Batch>& operator[] |
( |
size_t |
k | ) |
const |
Returns a reference to SharedPtr for a stored object with a given key if an object with such key is registered
- Parameters
-
- Returns
- Reference to SharedPtr of the quality_metric::Batch type
services::SharedPtr<quality_metric::Batch>& operator[] |
( |
size_t |
k | ) |
|
Returns a reference to SharedPtr for a stored object with a given key if an object with such key is registered. Otherwise, creates an empty SharedPtr and stores it under the requested key and returns a reference for this value
- Parameters
-
- Returns
- Reference to SharedPtr of the quality_metric::Batch type
Returns the number of stored elements
- Returns
- number of stored elements
The documentation for this class was generated from the following file: