Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::SourceByteRange Struct Reference

Half-open byte range in the current source buffer. More...

#include "donner/editor/FlashDecorations.h"

Public Member Functions

bool operator== (const SourceByteRange &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

Half-open byte range in the current source buffer.


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