The Gaudi Framework  v29r0 (ff2e7097)
DataOnDemandSvc::Protection Struct Reference

Helper class of the DataOnDemandSvc. More...

#include <src/IncidentSvc/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 104 of file DataOnDemandSvc.h.

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

Definition at line 105 of file DataOnDemandSvc.h.

105 { m_bool = false; }

Member Data Documentation

bool& DataOnDemandSvc::Protection::m_bool

Definition at line 103 of file DataOnDemandSvc.h.


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