Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
ParseError.h File Reference
#include <ostream>
#include <string>
#include "donner/base/parser/FileOffset.h"
Include dependency graph for ParseError.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::base::parser::ParseError
 Error context for a failed parse, such as the error reason, line, and character offset. More...
 

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
 
namespace  donner::base::parser
 Parsers for shared data types such as NumberParser and LengthParser.
 
namespace  donner::svg
 Donner SVG library, which can load, manipulate and render SVG files.
 
namespace  donner::svg::parser
 Parsers for the SVG XML format, XMLParser, as well as individual parsers for SVG components, such as PathParser and TransformParser.
 
namespace  donner::css
 Donner CSS library, a standalone composable CSS parser.
 
namespace  donner::css::parser
 Parsers for various CSS data types, such as the top-level StylesheetParser and SelectorParser, as well as internal details such as ColorParser.