![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
An empty ancester of all counters that provides a buffer method that returns a buffer on itself. More...
#include <GaudiKernel/Counters.h>
Public Member Functions | |
Buffer< Arithmetic, Accumulator > | buffer () |
![]() | |
PrintableCounter ()=default | |
template<class OWNER > | |
PrintableCounter (OWNER *o, const std::string &tag) | |
virtual | ~PrintableCounter ()=default |
destructor More... | |
template<typename stream > | |
stream & | printImpl (stream &s, const std::string &tag) const |
virtual std::ostream & | print (std::ostream &, bool tableFormat=false) const =0 |
prints the counter to a stream More... | |
virtual MsgStream & | print (MsgStream &, bool tableFormat=true) const =0 |
virtual std::ostream & | print (std::ostream &o, const std::string &tag) const |
prints the counter to a stream in table format, with the given tag More... | |
virtual MsgStream & | print (MsgStream &o, const std::string &tag) const |
virtual bool | toBePrinted () const |
hint whether we should print that counter or not. More... | |
std::string | toString () const |
get a string representation More... | |
An empty ancester of all counters that provides a buffer method that returns a buffer on itself.
Definition at line 661 of file Counters.h.
|
inline |
Definition at line 663 of file Counters.h.