CMS 3D CMS Logo

edm::LogImportant Class Reference

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

List of all members.

Public Member Functions

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

Private Member Functions

 LogImportant (LogImportant const &)

Private Attributes

std::auto_ptr< MessageSenderap


Detailed Description

Definition at line 248 of file MessageLogger.h.


Constructor & Destructor Documentation

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

Definition at line 251 of file MessageLogger.h.

00252     : ap( new MessageSender(ELerror,id,true) )
00253   { }

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


Member Function Documentation

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

Definition at line 262 of file MessageLogger.h.

References f.

00263                                       { (*ap) << f; return *this; }     

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

Definition at line 259 of file MessageLogger.h.

References f.

00260                                       { (*ap) << f; return *this; }

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

Definition at line 257 of file MessageLogger.h.

00257 { (*ap) << t; return *this; }


Member Data Documentation

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

Definition at line 266 of file MessageLogger.h.


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