| Puma Reference Manual | Puma::ErrorCollector Class Reference |
#include <ErrorCollector.h>

Public Member Functions | |
| ErrorCollector () | |
| virtual | ~ErrorCollector () |
| ErrorCollector & | operator<< (const char *) |
| ErrorCollector & | operator<< (long) |
| ErrorCollector & | operator<< (unsigned) |
| ErrorCollector & | operator<< (int) |
| ErrorCollector & | operator<< (short) |
| ErrorCollector & | operator<< (char) |
| ErrorCollector & | operator<< (double) |
| ErrorCollector & | operator<< (const ErrorSeverity &) |
| ErrorCollector & | operator<< (Location) |
| ErrorCollector & | operator<< (const Printable &) |
| ErrorCollector & | operator<< (void(*f)(ErrorSink &)) |
| void | endMessage () |
| int | index () |
| void | index (int n) |
| void | Shift (ErrorSink &e) |
| const ErrorSeverity & | severity () const |
Public Member Functions inherited from Puma::ErrorSink | |
| virtual | ~ErrorSink () |
|
inline |
|
inlinevirtual |
|
virtual |
Implements Puma::ErrorSink.
| int Puma::ErrorCollector::index | ( | ) |
| void Puma::ErrorCollector::index | ( | int | n | ) |
|
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.
| const ErrorSeverity& Puma::ErrorCollector::severity | ( | ) | const |
| void Puma::ErrorCollector::Shift | ( | ErrorSink & | e | ) |