Puma Reference Manual | Puma::ErrorCollector Class Reference |
#include <ErrorCollector.h>
Classes | |
class | Msg |
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 |
![]() | |
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 | ) |