Jamba
3.0.2
|
This is the complete list of members for pongasoft::Utils::Range< T >, including all inherited members.
cast() const | pongasoft::Utils::Range< T > | inline |
clamp(T iValue) const | pongasoft::Utils::Range< T > | inline |
fFrom | pongasoft::Utils::Range< T > | |
fTo | pongasoft::Utils::Range< T > | |
isSingleValue() const | pongasoft::Utils::Range< T > | inline |
mapRange(Range< U > const &iRange, bool iClampToRange=true) const | pongasoft::Utils::Range< T > | inline |
mapSubRange(Range< T > const &iSubRange, Range< U > const &iRange, bool iClampToRange=true) const | pongasoft::Utils::Range< T > | inline |
mapValue(T iValue, Range< U > const &iRange, bool iClampToRange=true) const | pongasoft::Utils::Range< T > | inline |
operator!=(const Range &rhs) const | pongasoft::Utils::Range< T > | inline |
operator==(const Range &rhs) const | pongasoft::Utils::Range< T > | inline |
Range()=default | pongasoft::Utils::Range< T > | |
Range(T iValue) noexcept | pongasoft::Utils::Range< T > | inlineexplicit |
Range(T iFrom, T iTo) | pongasoft::Utils::Range< T > | inline |