Gaudi Framework, version v21r6

Home   Generated: 11 Nov 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 142 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 147 of file DataOnDemandSvc.h.

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

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

destructor:

Definition at line 149 of file DataOnDemandSvc.h.

00149 { m_timer.stop  () ; }

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

no default constructor


Member Data Documentation

the actual timer

Definition at line 159 of file DataOnDemandSvc.h.


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

Generated at Wed Nov 11 16:32:41 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004