BloombergLP::balm::IntegerCollector::setCountTotalMinMax

Set the count, total, min, and max aggregates to the specified values.

Synopsis

Declared in <balm_integercollector.h>

void
setCountTotalMinMax(
    int count,
    int total,
    int min,
    int max);

Description

Set the event count to the specified count, the total aggregate to the specified total, the minimum aggregate to the specified min and the maximum aggregate to the specified max.

Parameters

NameDescription
countnew event count
totalnew total aggregate
minnew minimum aggregate
maxnew maximum aggregate