Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

DataOnDemandSvc::Protection Struct Reference

Helper class of the DataOnDemandSvc. More...

#include <DataOnDemandSvc.h>

List of all members.

Public Member Functions

 Protection (bool &b)
 ~Protection ()

Public Attributes

bool & m_bool


Detailed Description

Helper class of the DataOnDemandSvc.

Author:
M.Frank

Definition at line 102 of file DataOnDemandSvc.h.


Constructor & Destructor Documentation

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

Definition at line 105 of file DataOnDemandSvc.h.

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

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

Definition at line 106 of file DataOnDemandSvc.h.

00106 { m_bool = false; }


Member Data Documentation

Definition at line 104 of file DataOnDemandSvc.h.


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

Generated at Thu Sep 30 09:58:24 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004