BloombergLP::balm::IntegerMetric::collector

collector overloads

Synopses

Declared in <balm_integermetric.h>

Return the address of the modifiable integer collector for this integer metric.

IntegerCollector*
collector();
» more...

Return the address of the non-modifiable integer collector for this integer metric.

IntegerCollector const*
collector() const;
» more...

Return Value

  • address of the modifiable integer collector for this integer metric
  • address of the non-modifiable integer collector for this integer metric