setUserData overloads
Synopses
Declared in <balm_metricregistry.h>
Associate value with key on metricId's description.
void
setUserData(
MetricId const& metricId,
MetricDescription::UserDataKey key,
void const* value);
Associate value with key on metrics matching categoryName.
void
setUserData(
char const* categoryName,
MetricDescription::UserDataKey key,
void const* value,
bool prefixFlag = false);
Parameters
Name |
Description |
metricId |
metric whose user data is set |
key |
user‐data key previously obtained from |
value |
opaque user‐data value to associate |
categoryName |
category name, or prefix when |
prefixFlag |
if true, match categories by name prefix |
Created with MrDocs