This class provides an in‐core value‐semantic representation of a group of metric record values.
Synopsis
Declared in <balm_metricsample.h>
class MetricSampleGroup;
Description
This class contains the address of an array of (externally managed) MetricRecord objects, the number of records in that array, and an elapsed time value (used to indicate the time span over which the metric values were aggregated).
Type Aliases
Name |
Description |
A |
Member Functions
Name |
Description |
|
Constructors |
Assign to this sample group the value of the specified |
|
Return an iterator positioned at the beginning of the sequence of |
|
Return a reference to the non‐modifiable elapsed time interval over which this object's metric records were aggregated. |
|
Return an iterator positioned one past the final |
|
Return the number of records (referenced to by |
|
Format this object to the specified output stream. |
|
Return the address of the contiguous sequence of non‐modifiable records of length |
|
Set the elapsed time (used to indicate the time span over which this object's metric records were aggregated) to the specified |
|
Set the sequence of records referred to by this sample group to the specified sequence of |
Non-Member Functions
Name |
Description |
Return |
|
Return |
Created with MrDocs