Puma Reference Manual | Puma: Puma::ErrorStream Class Reference |
#include <ErrorStream.h>
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 |
Puma::ErrorStream::ErrorStream | ( | std::ostream & | s = cerr | ) | [inline] |
virtual Puma::ErrorStream::~ErrorStream | ( | ) | [inline, virtual] |
void Puma::ErrorStream::endMessage | ( | ) | [virtual] |
Implements Puma::ErrorSink.
void Puma::ErrorStream::loud | ( | ) |
ErrorStream& Puma::ErrorStream::operator<< | ( | double | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorStream& Puma::ErrorStream::operator<< | ( | long | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorStream& Puma::ErrorStream::operator<< | ( | int | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorStream& Puma::ErrorStream::operator<< | ( | const ErrorSeverity & | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorStream& Puma::ErrorStream::operator<< | ( | void(*)(ErrorSink &) | f | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorStream& Puma::ErrorStream::operator<< | ( | const Printable & | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorStream& Puma::ErrorStream::operator<< | ( | Location | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorStream& Puma::ErrorStream::operator<< | ( | short | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorStream& Puma::ErrorStream::operator<< | ( | const char * | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorStream& Puma::ErrorStream::operator<< | ( | char | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorStream& Puma::ErrorStream::operator<< | ( | unsigned | ) | [virtual] |
Implements Puma::ErrorSink.
void Puma::ErrorStream::reset | ( | ) |
ErrorSeverity Puma::ErrorStream::severity | ( | ) | const [inline] |
void Puma::ErrorStream::silent | ( | ) |