Gaudi Framework, version v20r2

Generated: 18 Jul 2008

DataOnDemandSvc::Protection Struct Reference

#include <DataOnDemandSvc.h>

List of all members.


Detailed Description

Helper class of the DataOnDemandSvc.

Author:
M.Frank

Definition at line 104 of file DataOnDemandSvc.h.

Public Member Functions

 Protection (bool &b)
 ~Protection ()

Public Attributes

bool & m_bool


Constructor & Destructor Documentation

DataOnDemandSvc::Protection::Protection ( bool &  b  )  [inline]

Definition at line 107 of file DataOnDemandSvc.h.

References m_bool.

00107 : m_bool(b) { m_bool = true;  }

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

Definition at line 108 of file DataOnDemandSvc.h.

References m_bool.

00108 { m_bool = false; }


Member Data Documentation

bool& DataOnDemandSvc::Protection::m_bool

Definition at line 106 of file DataOnDemandSvc.h.

Referenced by Protection(), and ~Protection().


The documentation for this struct was generated from the following file:
Generated at Fri Jul 18 12:07:01 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004