|
|
Donner
C++20 SVG rendering library
|
#include <cassert>#include <optional>#include <ostream>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::FileOffsetRange |
| Holds a selection range for a region in the source text. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
| struct donner::FileOffsetRange |
Holds a selection range for a region in the source text.
| Class Members | ||
|---|---|---|
| FileOffset | end | End offset. |
| FileOffset | start | Start offset. |