#include <bwRange.h>
|
static void | clampValue (T &value, const T &min, const T &max) |
|
static bool | isInside (const T &value, const T &min, const T &max, const bool including_min_max=false) |
|
◆ bwRange()
◆ clampValue() [1/2]
◆ clampValue() [2/2]
template<typename T >
static void bWidgets::bwRange< T >::clampValue |
( |
T & |
value, |
|
|
const T & |
min, |
|
|
const T & |
max |
|
) |
| |
|
inlinestatic |
◆ isInside() [1/2]
template<typename T >
bool bWidgets::bwRange< T >::isInside |
( |
const T & |
value, |
|
|
const bool |
including_min_max = false |
|
) |
| const |
|
inline |
◆ isInside() [2/2]
template<typename T >
static bool bWidgets::bwRange< T >::isInside |
( |
const T & |
value, |
|
|
const T & |
min, |
|
|
const T & |
max, |
|
|
const bool |
including_min_max = false |
|
) |
| |
|
inlinestatic |
◆ max
◆ min
The documentation for this class was generated from the following file: