CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
edm::RootHandlers::WarningSentry Struct Reference

Public Member Functions

 WarningSentry (RootHandlers *iHandler)
 
 ~WarningSentry ()
 

Public Attributes

edm::propagate_const< RootHandlers * > m_handler
 

Detailed Description

Definition at line 9 of file RootHandlers.h.

Constructor & Destructor Documentation

edm::RootHandlers::WarningSentry::WarningSentry ( RootHandlers iHandler)
inline

Definition at line 10 of file RootHandlers.h.

References m_handler.

10  : m_handler(iHandler){
11  m_handler->ignoreWarnings_();
12  };
edm::propagate_const< RootHandlers * > m_handler
Definition: RootHandlers.h:16
edm::RootHandlers::WarningSentry::~WarningSentry ( )
inline

Definition at line 13 of file RootHandlers.h.

References m_handler.

13  {
14  m_handler->enableWarnings_();
15  }
edm::propagate_const< RootHandlers * > m_handler
Definition: RootHandlers.h:16

Member Data Documentation

edm::propagate_const<RootHandlers*> edm::RootHandlers::WarningSentry::m_handler

Definition at line 16 of file RootHandlers.h.

Referenced by WarningSentry(), and ~WarningSentry().