| Puma Reference Manual | 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 () |
| bool | silent () |
| bool | loud () |
| ErrorSeverity | severity () const |
| void | severity (ErrorSeverity &s) |
Public Member Functions inherited from Puma::ErrorSink | |
| virtual | ~ErrorSink () |
|
inline |
|
inlinevirtual |
|
virtual |
Implements Puma::ErrorSink.
| bool Puma::ErrorStream::loud | ( | ) |
|
virtual |
Implements Puma::ErrorSink.
|
virtual |
Implements Puma::ErrorSink.
|
virtual |
Implements Puma::ErrorSink.
|
virtual |
Implements Puma::ErrorSink.
|
virtual |
Implements Puma::ErrorSink.
|
virtual |
Implements Puma::ErrorSink.
|
virtual |
Implements Puma::ErrorSink.
|
virtual |
Implements Puma::ErrorSink.
|
virtual |
Implements Puma::ErrorSink.
|
virtual |
Implements Puma::ErrorSink.
|
virtual |
Implements Puma::ErrorSink.
| void Puma::ErrorStream::reset | ( | ) |
|
inline |
|
inline |
| bool Puma::ErrorStream::silent | ( | ) |