A library for working with phylogenetic and population genetic data.
v0.27.0
base_window_iterator.hpp File Reference
#include "genesis/population/window/window.hpp"
#include "genesis/utils/containers/range.hpp"
#include "genesis/utils/core/std.hpp"
#include <cassert>
#include <functional>
#include <memory>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

class  BaseWindowIterator< ForwardIterator, DataType >
 Base iterator class for Windows over the chromosomes of a genome. More...
 
class  BaseWindowIterator< ForwardIterator, DataType >::BaseIterator
 Internal PIMPL-like implementation of the iterator that produces Windows. More...
 
class  BaseWindowIterator< ForwardIterator, DataType >::Iterator
 Internal public iterator that produces Windows. More...
 

Namespaces

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