TRangedValue Class Reference

class TRangedValue

A ranged value with specifiable min/max bounds.

Constructor & Destructor Documentation

TRangedValue()

TRangedValue ( ) [inline]

TRangedValue(TInt, TInt, TInt)

TRangedValue ( TInt aValue,
TInt aMin,
TInt aMax
) [inline]

Parameters

TInt aValue
TInt aMin
TInt aMax

Member Data Documentation

TInt iMax

TInt iMax

TInt iMin

TInt iMin

TInt iValue

TInt iValue