#include <ICounterSvc.h>
Collaboration diagram for ICounterSvc::Printout:
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. | |
for_each(start, end, PrintCube) ;
Definition at line 109 of file ICounterSvc.h.
| ICounterSvc::Printout::Printout | ( | ICounterSvc * | svc | ) |
Standard initializing constructor.
| ICounterSvc::Printout::~Printout | ( | ) |
destructor
| 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.
ICounterSvc* ICounterSvc::Printout::m_svc [private] |
1.4.7