The Gaudi Framework  v40r0 (475e45c1)
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 96 of file DataOnDemandSvc.h.

Constructor & Destructor Documentation

◆ Protection()

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

Definition at line 98 of file DataOnDemandSvc.h.

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

◆ ~Protection()

DataOnDemandSvc::Protection::~Protection ( )
inline

Definition at line 99 of file DataOnDemandSvc.h.

99 { m_bool = false; }

Member Data Documentation

◆ m_bool

bool& DataOnDemandSvc::Protection::m_bool

Definition at line 97 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:97