| 43 | [[nodiscard]] inline LineRef getOldLastLine() const { return oldLastLine; }; |
| 44 | [[nodiscard]] inline LineRef getOldFirstLine() const { return oldFirstLine; }; |
| 45 | [[nodiscard]] inline bool isEmpty() const { return !firstLine.isValid() || (firstLine == lastLine && firstPos == lastPos); } |
| 46 | |
| 47 | void reset() |
| 48 | { |