|
nclist-cpp
C++ implementation of nested containment lists
|
| ▼ nclist | |
| build.hpp | Build a nested containment list |
| nclist.hpp | Header-only library for nested containment lists |
| nearest.hpp | Find the nearest interval |
| overlaps_any.hpp | Find any overlaps between intervals |
| overlaps_end.hpp | Find intervals with the same end position |
| overlaps_equal.hpp | Find intervals with the same start and end positions |
| overlaps_extend.hpp | Find subject ranges that are extended by the query |
| overlaps_start.hpp | Find ranges with the same start position |
| overlaps_within.hpp | Find subject ranges in which the query lies within |