The Gaudi Framework  master (594c33fa)
DataOnDemandSvc::Protection Struct Reference

#include </builds/gaudi/Gaudi/GaudiCoreSvc/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 111 of file DataOnDemandSvc.h.

Constructor & Destructor Documentation

◆ Protection()

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

Definition at line 113 of file DataOnDemandSvc.h.

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

◆ ~Protection()

DataOnDemandSvc::Protection::~Protection ( )
inline

Definition at line 114 of file DataOnDemandSvc.h.

114 { m_bool = false; }

Member Data Documentation

◆ m_bool

bool& DataOnDemandSvc::Protection::m_bool

Definition at line 112 of file DataOnDemandSvc.h.


The documentation for this struct was generated from the following file:
DataOnDemandSvc::Protection::m_bool
bool & m_bool
Definition: DataOnDemandSvc.h:112