![]() |
PUMA Library Reference Manual
|
Error sink interface.
#include "Puma/ErrorSeverity.h"#include "Puma/Printable.h"#include "Puma/Location.h"Classes | |
| class | Puma::ErrorSink |
| This is an interface for classes that may be used to consume error messages during a process where many errors can occur like parsing a program. More... | |
Namespaces | |
| namespace | Puma |
Functions | |
| void | Puma::endMessage (ErrorSink &err) |
| Finish the current error message on the given error sink. | |