Puma Reference Manual | Puma::ErrorSink Class Reference |
#include <ErrorSink.h>
Public Member Functions | |
virtual | ~ErrorSink () |
virtual ErrorSink & | operator<< (const char *)=0 |
virtual ErrorSink & | operator<< (long)=0 |
virtual ErrorSink & | operator<< (unsigned)=0 |
virtual ErrorSink & | operator<< (int)=0 |
virtual ErrorSink & | operator<< (short)=0 |
virtual ErrorSink & | operator<< (char)=0 |
virtual ErrorSink & | operator<< (double)=0 |
virtual ErrorSink & | operator<< (const ErrorSeverity &)=0 |
virtual ErrorSink & | operator<< (Location)=0 |
virtual ErrorSink & | operator<< (const Printable &)=0 |
virtual ErrorSink & | operator<< (void(*f)(ErrorSink &))=0 |
virtual void | endMessage ()=0 |
|
inlinevirtual |
|
pure virtual |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
|
pure virtual |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
|
pure virtual |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
|
pure virtual |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
|
pure virtual |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
|
pure virtual |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
|
pure virtual |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
|
pure virtual |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
|
pure virtual |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.