The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
DataOnDemandSvc::Protection Struct Reference

Helper class of the DataOnDemandSvc. More...

#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: