![]() |
The Gaudi Framework
v30r4 (9b837755)
|
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 625 of file Counters.h.
|
private |
Definition at line 628 of file Counters.h.
|
private |
Definition at line 627 of file Counters.h.
|
delete |
|
inline |
Definition at line 632 of file Counters.h.
|
delete |
|
inline |
Definition at line 635 of file Counters.h.
|
inline |
Definition at line 637 of file Counters.h.
|
delete |
|
inline |
Definition at line 636 of file Counters.h.
|
private |
Definition at line 640 of file Counters.h.