Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

DataOnDemandSvc::Protection Struct Reference

#include <DataOnDemandSvc.h>

List of all members.


Detailed Description

Helper class of the DataOnDemandSvc.

Author:
M.Frank

Definition at line 100 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 103 of file DataOnDemandSvc.h.

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

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

Definition at line 104 of file DataOnDemandSvc.h.

00104 { m_bool = false; }


Member Data Documentation

Definition at line 102 of file DataOnDemandSvc.h.


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

Generated at Mon Sep 7 18:17:18 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004