BDE 4.39.x Production Release
Loading...
Searching...
No Matches
ball::ThresholdAggregateUtil Class Reference

#include <ball_thresholdaggregate.h>

Detailed Description

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

See ball_thresholdaggregate

Static Public Member Functions

static unsigned pack (ThresholdAggregate thresholds)
 
static ThresholdAggregate unpack (unsigned packed)
 

Member Function Documentation

◆ pack()

unsigned ball::ThresholdAggregateUtil::pack ( ThresholdAggregate  thresholds)
inlinestatic

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

◆ unpack()

ThresholdAggregate ball::ThresholdAggregateUtil::unpack ( unsigned  packed)
inlinestatic

Return a threshold aggregate having the value equivalent to one that was converted into the specified packed representation.

Precondition
The behavior is undefined unless the value for packed originated from a call to pack in the same process instance.

The documentation for this class was generated from the following file: