The Gaudi Framework
v29r0 (ff2e7097)
|
Print counters for each element in the range [first, last) e.g. More...
#include <GaudiKernel/ICounterSvc.h>
Public Member Functions | |
Printout (ICounterSvc *svc) | |
Standard initializing constructor. More... | |
StatusCode | operator() (MsgStream &log, const Counter *cnt) const |
Callback for printout with Counter pointers. More... | |
Printout ()=delete | |
no default constructor More... | |
Printout (const Printout &)=delete | |
Printout & | operator= (const Printout &)=delete |
no assigment is allowed More... | |
Private Attributes | |
SmartIF< ICounterSvc > | m_svc |
Reference to counter service. More... | |
Print counters for each element in the range [first, last) e.g.
for_each(start, end, PrintCube) ;
Definition at line 108 of file ICounterSvc.h.
ICounterSvc::Printout::Printout | ( | ICounterSvc * | svc | ) |
Standard initializing constructor.
Definition at line 28 of file ICounterSvc.cpp.
|
delete |
no default constructor
|
delete |
StatusCode ICounterSvc::Printout::operator() | ( | MsgStream & | log, |
const Counter * | cnt | ||
) | const |
Callback for printout with Counter pointers.
Definition at line 21 of file ICounterSvc.cpp.
|
private |
Reference to counter service.
Definition at line 122 of file ICounterSvc.h.