This class provides a value‐semantic representation of the formatting specification for a metric aggregate value. The scale() is a multiplier used to scale the numeric value. The format() is a printf‐style format string suitable for formatting a single floating‐point value.
Synopsis
Declared in <balm_metricformat.h>
class MetricFormatSpec;
Member Functions
Name |
Description |
|
Constructors |
Assign to this format spec the value of the specified |
|
Return the address of the null‐terminated string containing the |
|
Format this object to the specified output |
|
Return the floating‐point multiplier value that may be applied to scale formatted values. |
|
Set, to the specified |
|
Set, to the specified |
Static Member Functions
Name |
Description |
Write the specified |
Non-Member Functions
Name |
Description |
Return |
|
Return |
Created with MrDocs