This class provides a mechanism for describing a metric.
Synopsis
Declared in <balm_metricdescription.h>
class MetricDescription;
Description
A MetricDescription holds the category to which the metric belongs, and a null‐terminated string containing the name of the metric.
Type Aliases
Name |
Description |
A key used to refer to a data value associated with a metric. |
Member Functions
Name |
Description |
|
Create a metric description for the specified |
Return the address of the non‐modifiable category object indicating the category of the metric described by this object. |
|
Return a shared pointer to the non‐modifiable format for this metric description. |
|
Return the address of the non‐modifiable, null‐terminated string containing the name of the described metric. |
|
Return the preferred publication type of this metric. |
|
Print the category and name of this metric description. |
|
Print the properties of this metric description. |
|
Set the category of this metric description to the object at the specified |
|
Set the format for this metric description to the specified |
|
Set the name of this metric description to the specified |
|
Set the preferred publication type of this metric to the specified |
|
Associate the specified |
|
Return the non‐modifiable value associated with the specified user‐data |
Created with MrDocs