![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
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 </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Accumulators.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< Atomicity, Args... > |
| using | base_type = ContainedAccumulator< atomicity::none, Args... > |
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 806 of file Accumulators.h.
|
private |
Definition at line 808 of file Accumulators.h.
|
private |
Definition at line 807 of file Accumulators.h.
|
delete |
|
inline |
Definition at line 812 of file Accumulators.h.
|
delete |
|
inline |
Definition at line 815 of file Accumulators.h.
|
inline |
Definition at line 817 of file Accumulators.h.
|
delete |
|
inline |
Definition at line 816 of file Accumulators.h.
|
private |
Definition at line 820 of file Accumulators.h.