#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 |
Classes | |
class | Msg |
Puma::ErrorCollector::ErrorCollector | ( | ) | [inline] |
virtual Puma::ErrorCollector::~ErrorCollector | ( | ) | [inline, virtual] |
ErrorCollector& Puma::ErrorCollector::operator<< | ( | const char * | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorCollector& Puma::ErrorCollector::operator<< | ( | long | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorCollector& Puma::ErrorCollector::operator<< | ( | unsigned | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorCollector& Puma::ErrorCollector::operator<< | ( | int | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorCollector& Puma::ErrorCollector::operator<< | ( | short | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorCollector& Puma::ErrorCollector::operator<< | ( | char | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorCollector& Puma::ErrorCollector::operator<< | ( | double | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorCollector& Puma::ErrorCollector::operator<< | ( | const ErrorSeverity & | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorCollector& Puma::ErrorCollector::operator<< | ( | Location | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorCollector& Puma::ErrorCollector::operator<< | ( | const Printable & | ) | [virtual] |
Implements Puma::ErrorSink.
ErrorCollector& Puma::ErrorCollector::operator<< | ( | void(*)(ErrorSink &) | f | ) | [virtual] |
Implements Puma::ErrorSink.
void Puma::ErrorCollector::endMessage | ( | ) | [virtual] |
Implements Puma::ErrorSink.
int Puma::ErrorCollector::index | ( | ) |
void Puma::ErrorCollector::index | ( | int | n | ) |
void Puma::ErrorCollector::Shift | ( | ErrorSink & | e | ) |
const ErrorSeverity& Puma::ErrorCollector::severity | ( | ) | const |