![]() |
|
|
Generated: 8 Jan 2009 |
#include <DataOnDemandSvc.h>

Definition at line 145 of file DataOnDemandSvc.h.
Public Member Functions | |
| Timer (ChronoEntity &c) | |
| constructor form the actual timer: start the timer | |
| ~Timer () | |
| destructor: | |
Private Member Functions | |
| Timer () | |
| no default constructor | |
Private Attributes | |
| ChronoEntity & | m_timer |
| the actual timer | |
| DataOnDemandSvc::Timer::Timer | ( | ChronoEntity & | c | ) | [inline] |
constructor form the actual timer: start the timer
Definition at line 150 of file DataOnDemandSvc.h.
| DataOnDemandSvc::Timer::~Timer | ( | ) | [inline] |
| DataOnDemandSvc::Timer::Timer | ( | ) | [private] |
no default constructor
ChronoEntity& DataOnDemandSvc::Timer::m_timer [private] |