RUSH
Reusable Utilities in Single Headers is a collection of header-only utilities for C++
|
This is the complete list of members for rush::RangeCounter< T >, including all inherited members.
Counter(const unsigned long init=0, const unsigned long step=1) | rush::Counter< unsigned long > | inlineexplicit |
operator()() | rush::RangeCounter< T > | inline |
operator++() | rush::RangeCounter< T > | inline |
operator++(int) | rush::RangeCounter< T > | inline |
operator+=(const int n) | rush::RangeCounter< T > | inline |
operator--() | rush::Counter< unsigned long > | inline |
operator--(int) | rush::Counter< unsigned long > | inline |
operator-=(const int n) | rush::Counter< unsigned long > | inline |
RangeCounter(const T init=0, const T reset=std::numeric_limits< T >::max(), const T step=1) | rush::RangeCounter< T > | inlineexplicit |
reset() | rush::Counter< unsigned long > | inline |
set(const unsigned long value) | rush::Counter< unsigned long > | inline |