A library for working with phylogenetic and population genetic data.
v0.27.0
fwd.hpp File Reference

Go to the source code of this file.

Classes

struct  Interval< DataType, NumericalType, IntervalKind >
 Type to store an interval (range) between two numbers, as used in the IntervalTree. More...
 
class  IntervalTree< DataType, NumericalType, IntervalKind >
 Interval tree that enables storing and querying intervals, each containing some data. More...
 
class  IntervalTreeIterator< NodeType, is_const >
 Iterate the Intervals stored in an IntervalTree. More...
 
class  IntervalTreeNode< DataType, NumericalType, IntervalKind >
 Node in an IntervalTree. More...
 

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::utils