Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
ParseResult.h File Reference
#include <optional>
#include "donner/base/ParseDiagnostic.h"
#include "donner/base/Utils.h"
Include dependency graph for ParseResult.h:
This graph shows which files directly or indirectly include this file:

Classes

class  donner::ParseResult< T >
 A parser result, which may contain a result of type T, or an error, or both. More...

Namespaces

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