Donner
C++20 SVG rendering library
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::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.
 

Class Documentation

◆ donner::FileOffsetRange

struct donner::FileOffsetRange

Holds a selection range for a region in the source text.

Collaboration diagram for donner::FileOffsetRange:
[legend]
Class Members
FileOffset end End offset.
FileOffset start Start offset.