A library for working with phylogenetic and population genetic data.
v0.32.0
variant_window_stream.hpp File Reference

Go to the source code of this file.

Namespaces

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

Typedefs

using VariantWindowStream = BaseWindowStream< VariantInputStream::Iterator, VariantInputStream::value_type, Window< VariantInputStream::value_type > >
 Typedef for a uniform Window stream type. More...
 
using VariantWindowViewStream = BaseWindowStream< VariantInputStream::Iterator, VariantInputStream::value_type, WindowView< VariantInputStream::value_type > >
 Typedef for our uniform WindowView stream type. More...