![]() |
The Gaudi Framework
v25r3
|
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... | |
| ~Printout () | |
| destructor More... | |
| StatusCode | operator() (MsgStream &log, const Counter *cnt) const |
| Callback for printout with Counter pointers. More... | |
Private Member Functions | |
| Printout () | |
| no defauld constructor More... | |
| Printout (const Printout &) | |
| Printout & | operator= (const Printout &) |
| no assigment is allowed More... | |
Private Attributes | |
| 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 111 of file ICounterSvc.h.
| ICounterSvc::Printout::Printout | ( | ICounterSvc * | svc | ) |
Standard initializing constructor.
Definition at line 40 of file ICounterSvc.cpp.
| ICounterSvc::Printout::~Printout | ( | ) |
destructor
Definition at line 46 of file ICounterSvc.cpp.
|
private |
no defauld constructor
|
private |
| StatusCode ICounterSvc::Printout::operator() | ( | MsgStream & | log, |
| const Counter * | cnt | ||
| ) | const |
Callback for printout with Counter pointers.
Definition at line 35 of file ICounterSvc.cpp.
|
private |
Reference to counter service.
Definition at line 129 of file ICounterSvc.h.