A library for working with phylogenetic and population genetic data.
v0.27.0
sync_reader.cpp File Reference
#include "genesis/population/formats/sync_reader.hpp"
#include "genesis/population/functions/functions.hpp"
#include "genesis/utils/io/parser.hpp"
#include "genesis/utils/io/scanner.hpp"
#include "genesis/utils/text/char.hpp"
#include <cassert>
#include <cstdint>
#include <stdexcept>

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
 

Functions

void process_sync_correct_input_order_ (utils::InputStream const &it, std::string &cur_chr, size_t &cur_pos, Variant const &new_var)
 Local helper function to remove code duplication for the correct input order check. More...