okteta
range.h
Go to the documentation of this file.
65 { if( Start < Limit.start() ) Start = Limit.start(); if( End > Limit.end() ) End = Limit.end(); }
72 { if( Start > Limit.start() ) Start = Limit.start(); if( End < Limit.end() ) End = Limit.end(); }
bool includesInside(T Value) const
returns true if Value is covered and not at a side
Definition: range.h:95
bool endsBefore(const Range &R) const
returns true is the range ends before R starts.
Definition: range.h:110
bool startsBefore(const Range &R) const
returns true is the range starts prior than R.
Definition: range.h:114
bool endsBehind(T Value) const
returns true if the range ends later than index.
Definition: range.h:101
bool overlaps(const Range &R) const
returns true is the range shares at least one index with R.
Definition: range.h:118
bool startsBehind(const Range &R) const
returns true is the range starts later than R ends.
Definition: range.h:112
bool startsBefore(T Value) const
returns true is the range starts before index.
Definition: range.h:99
bool endsBehind(const Range &R) const
returns true is the range ends later than R.
Definition: range.h:116
bool includesInside(const Range &R) const
returns true is the range covers R.
Definition: range.h:108
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.