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::xml::ResolvedSourceSpan Struct Reference

Current resolved byte span between two source anchors. More...

#include "donner/base/xml/XMLSourceStore.h"

Public Member Functions

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

Public Attributes

std::size_t start = 0
 Inclusive byte offset.
std::size_t end = 0
 Exclusive byte offset.

Detailed Description

Current resolved byte span between two source anchors.


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