Puma Reference Manual Puma: Puma::ErrorStream Class Reference



Puma::ErrorStream Class Reference

#include <ErrorStream.h>

Inheritance diagram for Puma::ErrorStream:

Inheritance graph

List of all members.

Public Member Functions

 ErrorStream (std::ostream &s=cerr)
virtual ~ErrorStream ()
ErrorStream & operator<< (const char *)
ErrorStream & operator<< (long)
ErrorStream & operator<< (unsigned)
ErrorStream & operator<< (int)
ErrorStream & operator<< (short)
ErrorStream & operator<< (char)
ErrorStream & operator<< (double)
ErrorStream & operator<< (const ErrorSeverity &)
ErrorStream & operator<< (Location)
ErrorStream & operator<< (const Printable &)
ErrorStream & operator<< (void(*f)(ErrorSink &))
void endMessage ()
void reset ()
void silent ()
void loud ()
ErrorSeverity severity () const


Constructor & Destructor Documentation

Puma::ErrorStream::ErrorStream ( std::ostream &  s = cerr  )  [inline]

virtual Puma::ErrorStream::~ErrorStream (  )  [inline, virtual]


Member Function Documentation

ErrorStream& Puma::ErrorStream::operator<< ( const char *   )  [virtual]

Implements Puma::ErrorSink.

ErrorStream& Puma::ErrorStream::operator<< ( long   )  [virtual]

Implements Puma::ErrorSink.

ErrorStream& Puma::ErrorStream::operator<< ( unsigned   )  [virtual]

Implements Puma::ErrorSink.

ErrorStream& Puma::ErrorStream::operator<< ( int   )  [virtual]

Implements Puma::ErrorSink.

ErrorStream& Puma::ErrorStream::operator<< ( short   )  [virtual]

Implements Puma::ErrorSink.

ErrorStream& Puma::ErrorStream::operator<< ( char   )  [virtual]

Implements Puma::ErrorSink.

ErrorStream& Puma::ErrorStream::operator<< ( double   )  [virtual]

Implements Puma::ErrorSink.

ErrorStream& Puma::ErrorStream::operator<< ( const ErrorSeverity &   )  [virtual]

Implements Puma::ErrorSink.

ErrorStream& Puma::ErrorStream::operator<< ( Location   )  [virtual]

Implements Puma::ErrorSink.

ErrorStream& Puma::ErrorStream::operator<< ( const Printable &   )  [virtual]

Implements Puma::ErrorSink.

ErrorStream& Puma::ErrorStream::operator<< ( void(*)(ErrorSink &)  f  )  [virtual]

Implements Puma::ErrorSink.

void Puma::ErrorStream::endMessage (  )  [virtual]

Implements Puma::ErrorSink.

void Puma::ErrorStream::reset (  ) 

void Puma::ErrorStream::silent (  ) 

void Puma::ErrorStream::loud (  ) 

ErrorSeverity Puma::ErrorStream::severity (  )  const [inline]




Puma Reference Manual. Created on 11 Jul 2008.