A library for working with phylogenetic and population genetic data.
v0.32.0
generic_input_stream.hpp File Reference
#include "genesis/utils/core/options.hpp"
#include "genesis/utils/threading/thread_pool.hpp"
#include <cassert>
#include <functional>
#include <future>
#include <memory>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  EmptyGenericInputStreamData
 Empty helper data struct to serve as a dummy for GenericInputStream. More...
 
class  GenericInputStream< T, D >
 Type erasure for iterators, using std::function to eliminate the underlying input type. More...
 
class  GenericInputStream< T, D >::Iterator
 Internal iterator over the data. More...
 

Namespaces

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