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 7 of file RootHandlers.h.

Constructor & Destructor Documentation

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

Definition at line 8 of file RootHandlers.h.

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

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

Definition at line 11 of file RootHandlers.h.

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

11  {
13  }
virtual void enableWarnings_()=0

Member Data Documentation

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

Definition at line 14 of file RootHandlers.h.

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