CMS 3D CMS Logo

Public Member Functions | Private Member Functions | Private Attributes

edm::LogImportant Class Reference

#include <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)
 ~LogImportant ()

Private Member Functions

 LogImportant (LogImportant const &)

Private Attributes

std::auto_ptr< MessageSenderap

Detailed Description

Definition at line 314 of file MessageLogger.h.


Constructor & Destructor Documentation

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

Definition at line 317 of file MessageLogger.h.

    : ap( new MessageSender(ELerror,id,true) )
  { }
edm::LogImportant::~LogImportant ( )

Definition at line 59 of file MessageLogger.cc.

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

Member Function Documentation

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

Definition at line 324 of file MessageLogger.h.

References matplotRender::t.

{ (*ap) << t; return *this; }
LogImportant& edm::LogImportant::operator<< ( std::ios_base &(*)(std::ios_base &)  f) [inline]

Definition at line 329 of file MessageLogger.h.

References f.

                                      { (*ap) << f; return *this; }     
LogImportant& edm::LogImportant::operator<< ( std::ostream &(*)(std::ostream &)  f) [inline]

Definition at line 326 of file MessageLogger.h.

References f.

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

Member Data Documentation

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

Definition at line 333 of file MessageLogger.h.