Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
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: