|
|
| counter (size_t t_max) |
| |
|
template<class Iterator > |
| | counter (Iterator iter, Iterator end) |
| |
|
template<class Iterable > |
| | counter (Iterable const &containor) |
| |
|
| counter (const counter &other) |
| |
|
counter & | operator= (counter const &other) |
| |
|
| counter (counter &&other)=default |
| |
|
counter & | operator= (counter &&other)=default |
| |
|
size_t | size () const |
| |
|
iterator | begin () |
| |
|
iterator | end () |
| |
|
const_iterator | begin () const |
| |
|
const_iterator | end () const |
| |
|
void | restart () |
| |
|
template<class Iterator > |
| void | getCount (Iterator iter) const |
| |
|
template<class Iterator > |
| void | setCount (Iterator iter) |
| |
|
void | push_back (T max, T value) |
| |
|
counter & | operator++ () |
| |
|
counter | operator++ (int) |
| |
|
T & | operator[] (size_t pos) |
| |
|
T | operator[] (size_t pos) const |
| |
|
| operator bool () const |
| |
|
|
class | counter_iterator< T > |
| |
|
std::ostream & | operator<< (std::ostream &out, counter const &c) |
| |
The documentation for this class was generated from the following file: