|
| IntegralAccumulator & | operator++ () |
| |
| IntegralAccumulator | operator++ (int) |
| |
| Arithmetic | nEntries () const |
| |
| Arithmetic | sum () const |
| |
| | GenericAccumulator ()=default |
| |
| | GenericAccumulator (construct_empty_t, const GenericAccumulator< InputType, unsigned long, ato, Identity, Identity, VH > &) |
| | constructor of an empty GenericAccumulator, copying the (non existent) config from another GenericAccumulator More...
|
| |
| | GenericAccumulator (std::in_place_t, Args &&... args) |
| |
| | GenericAccumulator (const GenericAccumulator &other) |
| |
| GenericAccumulator | operator+= (const InputType by) |
| |
| GenericAccumulator & | operator= (const GenericAccumulator &other) |
| |
| OutputType | value () const |
| |
| void | reset () |
| |
| void | mergeAndReset (GenericAccumulator< InputType, unsigned long, ato, Identity, Identity, VH > &other) |
| |
| void | operator+ (GenericAccumulator< InputType, unsigned long, ato, Identity, Identity, VH > &&other) |
| |
template<atomicity Atomicity, typename Arithmetic = unsigned long>
struct Gaudi::Accumulators::IntegralAccumulator< Atomicity, Arithmetic >
IntegralAccumulator.
An IntegralAccumulator is an Accumulator with an integral storage (unsigned long, int, ...) that can be incremented via operator++ and operator+=.
- See also
- Gaudi::Accumulators for detailed documentation
Definition at line 603 of file Accumulators.h.