nclist-cpp
C++ implementation of nested containment lists
Loading...
Searching...
No Matches
nclist.hpp
Go to the documentation of this file.
1#ifndef NCLIST_HPP
2#define NCLIST_HPP
3
4#include "build.hpp"
5#include "overlaps_any.hpp"
6#include "overlaps_end.hpp"
7#include "overlaps_equal.hpp"
8#include "overlaps_extend.hpp"
9#include "overlaps_start.hpp"
10#include "overlaps_within.hpp"
11
21namespace nclist {}
22
23#endif
Build a nested containment list.
Header-only library for nested containment lists.
Definition build.hpp:17
Find any overlaps between intervals.
Find intervals with the same end position.
Find intervals with the same start and end positions.
Find subject ranges that are extended by the query.
Find ranges with the same start position.
Find subject ranges in which the query lies within.