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
donner::SourceRange Struct Reference

Holds a selection range for a region in the source text, as a half-open interval [start, end). More...

#include "donner/base/FileOffset.h"

Public Member Functions

bool operator== (const SourceRange &other) const =default
 Equality operator.

Public Attributes

FileOffset start
 Start of the range (inclusive).
FileOffset end
 End of the range (exclusive).

Detailed Description

Holds a selection range for a region in the source text, as a half-open interval [start, end).


The documentation for this struct was generated from the following file: