CMS 3D CMS Logo

edm::LogWarning Class Reference

#include <FWCore/MessageLogger/interface/MessageLogger.h>

Inheritance diagram for edm::LogWarning:

cscdqm::LogWarn

List of all members.

Public Member Functions

 LogWarning (std::string const &id)
LogWarningoperator<< (std::ios_base &(*f)(std::ios_base &))
LogWarningoperator<< (std::ostream &(*f)(std::ostream &))
template<class T>
LogWarningoperator<< (T const &t)

Private Member Functions

 LogWarning (LogWarning const &)

Private Attributes

std::auto_ptr< MessageSenderap


Detailed Description

Definition at line 83 of file MessageLogger.h.


Constructor & Destructor Documentation

edm::LogWarning::LogWarning ( std::string const &  id  )  [inline, explicit]

Definition at line 86 of file MessageLogger.h.

00087     : ap ( edm::MessageDrop::instance()->warningEnabled ? new MessageSender(ELwarning,id) : 0 )
00088   { }

edm::LogWarning::LogWarning ( LogWarning const &   )  [private]


Member Function Documentation

LogWarning& edm::LogWarning::operator<< ( std::ios_base &(*)(std::ios_base &)  f  )  [inline]

Definition at line 97 of file MessageLogger.h.

References ap, and f.

00098                                       { if(ap.get()) (*ap) << f; return *this; }     

LogWarning& edm::LogWarning::operator<< ( std::ostream &(*)(std::ostream &)  f  )  [inline]

Definition at line 94 of file MessageLogger.h.

References ap, and f.

00095                                       { if(ap.get()) (*ap) << f; return *this; }

template<class T>
LogWarning& edm::LogWarning::operator<< ( T const &  t  )  [inline]

Definition at line 92 of file MessageLogger.h.

References ap.

00092 { if(ap.get()) (*ap) << t; return *this; }


Member Data Documentation

std::auto_ptr<MessageSender> edm::LogWarning::ap [private]

Definition at line 100 of file MessageLogger.h.

Referenced by operator<<().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:41:46 2009 for CMSSW by  doxygen 1.5.4