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