[#BloombergLP-balm-IntegerMetric_MacroImp-getCollector-0df1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/IntegerMetric_MacroImp.adoc[IntegerMetric_MacroImp]::getCollector :relfileprefix: ../../../ :mrdocs: `getCollector` overloads == Synopses Declared in `<balm_integermetric.h>` Load the specified `collector` with the address of the default integer collector (from the default metrics manager) for the specified `metric` identified by the specified `category` and `name`, and register the specified `holder` for `category`. Note that `*collector` must be assigned *before* registering `holder` to ensure that the macros always have a valid `collector` when `holder‐>enabled()` is `true`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/balm/IntegerMetric_MacroImp/getCollector-03.adoc[getCollector]( xref:BloombergLP/balm/IntegerCollector.adoc[IntegerCollector]** collector, xref:BloombergLP/balm/CategoryHolder.adoc[CategoryHolder]* holder, char const* category, char const* metric); ---- [.small]#xref:BloombergLP/balm/IntegerMetric_MacroImp/getCollector-03.adoc[_» more..._]# Load the specified `collector` with the address of the default integer collector (from the default metrics manager) for the specified `metric` identified by the specified `category` and `name`, register the specified `holder` for `category`, and set the identified metric's preferred publication type to the specified `preferredPublicationType`. Note that `*collector` must be assigned before `holder` to ensure that the macros always have a valid `collector` when `holder‐>enabled()` is `true`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/balm/IntegerMetric_MacroImp/getCollector-0df7.adoc[getCollector]( xref:BloombergLP/balm/IntegerCollector.adoc[IntegerCollector]** collector, xref:BloombergLP/balm/CategoryHolder.adoc[CategoryHolder]* holder, char const* category, char const* metric, xref:BloombergLP/balm/PublicationType/Value.adoc[PublicationType::Value] preferredPublicationType); ---- [.small]#xref:BloombergLP/balm/IntegerMetric_MacroImp/getCollector-0df7.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#