| between(const ValueType position1, const ValueType position2) noexcept | Range< ValueType > | [static] |
| clipValue(const ValueType value) const noexcept | Range< ValueType > | |
| constrainRange(const Range &rangeToConstrain) const noexcept | Range< ValueType > | |
| contains(const ValueType position) const noexcept | Range< ValueType > | |
| contains(const Range &other) const noexcept | Range< ValueType > | |
| emptyRange(const ValueType start) noexcept | Range< ValueType > | [static] |
| getEnd() const noexcept | Range< ValueType > | |
| getIntersectionWith(const Range &other) const noexcept | Range< ValueType > | |
| getLength() const noexcept | Range< ValueType > | |
| getStart() const noexcept | Range< ValueType > | |
| getUnionWith(const Range &other) const noexcept | Range< ValueType > | |
| intersects(const Range &other) const noexcept | Range< ValueType > | |
| isEmpty() const noexcept | Range< ValueType > | |
| movedToEndAt(const ValueType newEnd) const noexcept | Range< ValueType > | |
| movedToStartAt(const ValueType newStart) const noexcept | Range< ValueType > | |
| operator!=(const Range &other) const noexcept | Range< ValueType > | |
| operator+(const ValueType amountToAdd) const noexcept | Range< ValueType > | |
| operator+=(const ValueType amountToAdd) noexcept | Range< ValueType > | |
| operator-(const ValueType amountToSubtract) const noexcept | Range< ValueType > | |
| operator-=(const ValueType amountToSubtract) noexcept | Range< ValueType > | |
| operator=(const Range &other) noexcept | Range< ValueType > | |
| operator==(const Range &other) const noexcept | Range< ValueType > | |
| Range() noexcept | Range< ValueType > | |
| Range(const ValueType start_, const ValueType end_) noexcept | Range< ValueType > | |
| Range(const Range &other) noexcept | Range< ValueType > | |
| setEnd(const ValueType newEnd) noexcept | Range< ValueType > | |
| setLength(const ValueType newLength) noexcept | Range< ValueType > | |
| setStart(const ValueType newStart) noexcept | Range< ValueType > | |
| withEnd(const ValueType newEnd) const noexcept | Range< ValueType > | |
| withLength(const ValueType newLength) const noexcept | Range< ValueType > | |
| withStart(const ValueType newStart) const noexcept | Range< ValueType > | |
| ~Range() noexcept | Range< ValueType > |