#include "genesis/population/sample_counts.hpp"
#include "genesis/population/variant.hpp"
#include "genesis/utils/containers/generic_input_stream.hpp"
#include <string>
#include <vector>
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... | |