![]() |
The Gaudi Framework
v32r2 (46d42edc)
|
Buffer is a non atomic Accumulator which, when it goes out-of-scope, updates the underlying thread-safe Accumulator for all previous updates in one go. More...
#include <GaudiKernel/Counters.h>


Public Member Functions | |
| Buffer ()=delete | |
| Buffer (prime_type &p) | |
| Buffer (const Buffer &)=delete | |
| void | operator= (const Buffer &)=delete |
| Buffer (Buffer &&other) | |
| void | push () |
| ~Buffer () | |
Private Types | |
| using | prime_type = ContainedAccumulator< Arithmetic, atomicity::full > |
| using | base_type = ContainedAccumulator< Arithmetic, atomicity::none > |
Private Attributes | |
| prime_type & | m_prime |
Buffer is a non atomic Accumulator which, when it goes out-of-scope, updates the underlying thread-safe Accumulator for all previous updates in one go.
It is templated by the basic accumulator type and has same interface
Definition at line 580 of file Counters.h.
|
private |
Definition at line 582 of file Counters.h.
|
private |
Definition at line 581 of file Counters.h.
|
delete |
|
inline |
Definition at line 586 of file Counters.h.
|
delete |
|
inline |
Definition at line 589 of file Counters.h.
|
inline |
Definition at line 591 of file Counters.h.
|
delete |
|
inline |
Definition at line 590 of file Counters.h.
|
private |
Definition at line 594 of file Counters.h.