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 |
virtual Puma::ErrorSink::~ErrorSink | ( | ) | [inline, virtual] |
virtual void Puma::ErrorSink::endMessage | ( | ) | [pure virtual] |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
virtual ErrorSink& Puma::ErrorSink::operator<< | ( | const char * | ) | [pure virtual] |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
virtual ErrorSink& Puma::ErrorSink::operator<< | ( | long | ) | [pure virtual] |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
virtual ErrorSink& Puma::ErrorSink::operator<< | ( | unsigned | ) | [pure virtual] |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
virtual ErrorSink& Puma::ErrorSink::operator<< | ( | int | ) | [pure virtual] |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
virtual ErrorSink& Puma::ErrorSink::operator<< | ( | short | ) | [pure virtual] |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
virtual ErrorSink& Puma::ErrorSink::operator<< | ( | char | ) | [pure virtual] |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
virtual ErrorSink& Puma::ErrorSink::operator<< | ( | double | ) | [pure virtual] |
Implemented in Puma::ErrorCollector, and Puma::ErrorStream.
virtual ErrorSink& Puma::ErrorSink::operator<< | ( | const ErrorSeverity & | ) | [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.