A library for working with phylogenetic and population genetic data.
v0.27.0
input_stream.hpp File Reference
#include "genesis/utils/core/std.hpp"
#include "genesis/utils/io/input_reader.hpp"
#include "genesis/utils/io/input_source.hpp"
#include "genesis/utils/text/char.hpp"
#include <cassert>
#include <cstdint>
#include <functional>
#include <memory>
#include <stdexcept>
#include <string>
#include <utility>

Go to the source code of this file.

Classes

class  InputStream
 Stream interface for reading data from an InputSource, that keeps track of line and column counters. More...
 

Namespaces

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