#include <Range.h>
Zusammengehörigkeiten von TRange< TRangeType >:

Öffentliche Methoden | |
| TRange (TRangeType min, TRangeType max) | |
| The range limits belong the range! So its possible to force a value into a given range by setting it to to the lower or upper limit. | |
| TRangeType | ForceIntoRange (TRangeType value) const |
| void | SetMin (TRangeType value) |
| void | SetMax (TRangeType value) |
| TRangeType | GetMin () const |
| TRangeType | GetMax () const |
| BOOL | includes (TRangeType value) const |
|
||||||||||||||||
|
The range limits belong the range! So its possible to force a value into a given range by setting it to to the lower or upper limit. The TRangeType class must provide operator< |
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
1.3.7