A library for working with phylogenetic and population genetic data.
v0.27.0
input_reader.hpp File Reference
#include "genesis/utils/io/input_source.hpp"
#include <cassert>
#include <memory>
#include <string>
#include <utility>
#include <condition_variable>
#include <mutex>
#include <thread>

Go to the source code of this file.

Classes

class  AsynchronousReader
 Read bytes from an InputSource into a char buffer. More...
 
class  SynchronousReader
 Read bytes from an InputSource into a char buffer. More...
 

Namespaces

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

Typedefs

using InputReader = AsynchronousReader
 Alias for the either AsynchronousReader or SynchronousReader, depending on the threading setting. More...