Donner
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
ParseDiagnostic.h File Reference
#include <ostream>
#include "donner/base/FileOffset.h"
#include "donner/base/RcString.h"
Include dependency graph for ParseDiagnostic.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::ParseDiagnostic
 A diagnostic message from a parser, with severity, source range, and human-readable reason. More...

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.

Enumerations

enum class  donner::DiagnosticSeverity : uint8_t {
  donner::Warning ,
  donner::Error
}
 Severity level for a parser diagnostic. More...

Functions

std::ostream & donner::operator<< (std::ostream &os, DiagnosticSeverity severity)
 Ostream output operator for DiagnosticSeverity.