nclist-cpp
C++ implementation of nested containment lists
Loading...
Searching...
No Matches
nclist Directory Reference

Files

 build.hpp
 Build a nested containment list.
 
 nclist.hpp
 Header-only library for nested containment lists.
 
 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.