|
Quark
0.1
|
TODO: rewrite comment A range of elements in a DiffSequence. More...
#include <DiffRange.h++>
Public Member Functions | |
| DiffRange () | |
| DiffRange (int startIndex, int length) | |
| ~DiffRange () | |
| void | setRange (int startIndex, int length) |
| int | startIndex () const |
| int | endIndex () const |
| void | setLength (int length) |
| int | length () const |
| bool | isEmpty () const |
| bool | isValid () const |
| bool | containsIndex (int index) const |
TODO: rewrite comment A range of elements in a DiffSequence.
All indices are 1-based. A range has a start index and a length. If the length is 0, the range is "empty" and represents an insertion or deletion point.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |