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

Go to the source code of this file.

Classes

struct  VariantInputStreamData
 Data storage for input-specific information when traversing a variant file. More...
 

Namespaces

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

Typedefs

using VariantInputStream = utils::GenericInputStream< Variant, VariantInputStreamData >
 Iterate Variants, using a variety of input file formats. More...