CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
edm::RootHandlers::WarningSentry Struct Reference

Public Member Functions

 WarningSentry (RootHandlers *iHandler)
 
 ~WarningSentry ()
 

Public Attributes

RootHandlersm_handler
 

Detailed Description

Definition at line 8 of file RootHandlers.h.

Constructor & Destructor Documentation

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

Definition at line 9 of file RootHandlers.h.

References edm::RootHandlers::ignoreWarnings_(), and m_handler.

9  : m_handler(iHandler){
11  };
virtual void ignoreWarnings_()=0
edm::RootHandlers::WarningSentry::~WarningSentry ( )
inline

Definition at line 12 of file RootHandlers.h.

References edm::RootHandlers::enableWarnings_(), and m_handler.

12  {
14  }
virtual void enableWarnings_()=0

Member Data Documentation

RootHandlers* edm::RootHandlers::WarningSentry::m_handler

Definition at line 15 of file RootHandlers.h.

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