Gaudi Framework, version v20r4

Generated: 8 Jan 2009

DataOnDemandSvc::Timer Struct Reference

#include <DataOnDemandSvc.h>

Collaboration diagram for DataOnDemandSvc::Timer:

Collaboration graph
[legend]

List of all members.


Detailed Description

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

ChronoEntitym_timer
 the actual timer

Constructor & Destructor Documentation

DataOnDemandSvc::Timer::Timer ( ChronoEntity c  )  [inline]

constructor form the actual timer: start the timer

Definition at line 150 of file DataOnDemandSvc.h.

00150 : m_timer ( c ) { m_timer.start () ; }

DataOnDemandSvc::Timer::~Timer (  )  [inline]

destructor:

Definition at line 152 of file DataOnDemandSvc.h.

00152 { m_timer.stop  () ; }

DataOnDemandSvc::Timer::Timer (  )  [private]

no default constructor


Member Data Documentation

the actual timer

Definition at line 162 of file DataOnDemandSvc.h.


The documentation for this struct was generated from the following file:

Generated at Thu Jan 8 17:50:52 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004