Initialize the specified category holder for the specified category.
Synopsis
Declared in <balm_metrics.h>
static
void
initializeCategoryHolder(
CategoryHolder* holder,
char const* category);
Description
Load into the specified holder the address and enabled status of the specified category, and add holder to the list of category holders for category. The behavior is undefined unless the balm metrics manager singleton is valid.
Parameters
Name |
Description |
holder |
category holder to initialize |
category |
null‐terminated category name |
Created with MrDocs