|
bpp-core3
3.0.0
|
#include "../Clonable.h"#include "../Text/TextTools.h"#include <string>#include <set>#include <algorithm>#include <iostream>#include <cstddef>
Include dependency graph for Range.h:Go to the source code of this file.
Classes | |
| class | bpp::Range< T > |
| The Range class, defining an interval. More... | |
| class | bpp::RangeCollection< T > |
| Interface discribing a collection of Range objects. More... | |
| class | bpp::rangeComp_< T > |
| A special class used inside RangeCollection. More... | |
| class | bpp::RangeSet< T > |
| This class implements a data structure describing a set of intervals. More... | |
| class | bpp::MultiRange< T > |
| This class implements a data structure describing a set of non-overlapping intervals. More... | |
Namespaces | |
| bpp | |