|
nixd
|
#include <Range.h>
Public Member Functions | |
| PositionRange ()=default | |
| PositionRange (Position Begin, Position End) | |
| PositionRange (Position Pos) | |
| Position | begin () const |
| Position | end () const |
| bool | contains (const PositionRange &Pos) const |
| Check if the range contains another range. | |
|
default |
Referenced by contains().
|
inlineexplicit |
|
inlinenodiscard |
|
inlinenodiscard |
Check if the range contains another range.
Definition at line 47 of file Range.h.
References PositionRange().
Referenced by nixf::LexerCursorRange::contains().