This class provides helper methods for working with ball::ThresholdAggregate objects.

Synopsis

Declared in <ball_thresholdaggregate.h>

class ThresholdAggregateUtil;

Static Member Functions

Name

Description

pack

Return an unsigned integer holding a packed representation of the specified thresholds.

unpack

Return a threshold aggregate having the value equivalent to one that was converted into the specified packed representation. The behavior is undefined unless the value for packed originated from a call to pack in the same process instance.

Created with MrDocs