|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
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). | |