Donner 0.5.1
Embeddable browser-grade SVG2 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"

Collaboration diagram for donner::SourceRange:
[legend]

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: