This class provides a mechanism for representing a category.
Synopsis
Declared in <balm_category.h>
class Category;
Description
A category is an identifier used to group related metrics. A Category object contains the address of a null‐terminated string, name, holding the name of the category and a boolean value, enabled, indicating whether the category is currently enabled.
Member Functions
Name |
Description |
|
Create a category having the specified |
|
Destroy this category object. |
Report whether this category is enabled. |
|
Return a reference to the enabled status of this category. |
|
Return the address of the non‐modifiable null‐terminated string containing the name of this category. |
|
Print this category to the specified output |
|
Register the specified category |
|
Set the enabled state of this category. |
|
Set the name of this metric to the specified |
Created with MrDocs