Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
DataOnDemandSvc::Protection Struct Reference

Helper class of the DataOnDemandSvc. More...

#include <DataOnDemandSvc.h>

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.

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

Definition at line 106 of file DataOnDemandSvc.h.

{ m_bool = false; }

Member Data Documentation

bool& DataOnDemandSvc::Protection::m_bool

Definition at line 104 of file DataOnDemandSvc.h.


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

Generated at Mon Feb 17 2014 14:37:59 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004