Donner 0.5.1
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
FileOffset.h File Reference
#include <cassert>
#include <optional>
#include <ostream>
Include dependency graph for FileOffset.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::FileOffset
 Error context for a failed parse, such as the error reason, line, and character offset. More...
struct  donner::FileOffset::LineInfo
 Represents line information within a file, including the line number and the character offset on that line. More...
struct  donner::SourceRange
 Holds a selection range for a region in the source text, as a half-open interval [start, end). More...

Namespaces

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