Gaudi Framework, version v23r3

Home   Generated: Thu Jun 28 2012
Public Member Functions | Public Attributes

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 103 of file DataOnDemandSvc.h.


Constructor & Destructor Documentation

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

Definition at line 106 of file DataOnDemandSvc.h.

: m_bool(b) { m_bool = true;  }
DataOnDemandSvc::Protection::~Protection (  ) [inline]

Definition at line 107 of file DataOnDemandSvc.h.

{ m_bool = false; }

Member Data Documentation

Definition at line 105 of file DataOnDemandSvc.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 12:30:08 for Gaudi Framework, version v23r3 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004