|
Gaudi Framework, version v23r0 |
| Home | Generated: Mon Jan 30 2012 |
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. | |
| ~Printout () | |
| destructor | |
| StatusCode | operator() (MsgStream &log, const Counter *cnt) const |
| Callback for printout with Counter pointers. | |
Private Member Functions | |
| Printout () | |
| no defauld constructor | |
| Printout (const Printout &) | |
| Printout & | operator= (const Printout &) |
| no assigment is allowed | |
Private Attributes | |
| ICounterSvc * | m_svc |
| Reference to counter service. | |
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 ) |
| ICounterSvc::Printout::~Printout | ( | ) |
| ICounterSvc::Printout::Printout | ( | ) | [private] |
no defauld constructor
| ICounterSvc::Printout::Printout | ( | const Printout & | ) | [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.
{ return m_svc ? m_svc->defaultPrintout(log, cnt) : StatusCode::FAILURE ; }
ICounterSvc* ICounterSvc::Printout::m_svc [private] |
Reference to counter service.
Definition at line 129 of file ICounterSvc.h.