aimstil
5.0.5
|
This Record policy counts the number of elements that have been added. More...
#include <til/Accumulator.h>
Public Member Functions | |
AccumulatorRecord_Sum () | |
unsigned int | get () const |
template<typename T > | |
void | value (T) |
template<typename TIterator > | |
void | range (const TIterator &start, const TIterator &finish) |
template<typename TContainer > | |
void | container (const TContainer &c) |
This Record policy counts the number of elements that have been added.
Usefull for computing statistics.
Definition at line 36 of file Accumulator.h.
|
inline |
Definition at line 40 of file Accumulator.h.
|
inline |
Definition at line 57 of file Accumulator.h.
References til::size().
|
inline |
Definition at line 44 of file Accumulator.h.
|
inline |
Definition at line 53 of file Accumulator.h.
|
inline |
Definition at line 49 of file Accumulator.h.