#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>
#include <vector>
Go to the source code of this file.
Classes | |
class | BaseWindowStream< InputStreamIterator, Data, WindowType > |
Base class for streams of Windows over the chromosomes of a genome. More... | |
class | BaseWindowStream< InputStreamIterator, Data, WindowType >::BaseIterator |
Internal PIMPL-like implementation of the iterator that produces Windows. More... | |
class | BaseWindowStream< InputStreamIterator, Data, WindowType >::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 | |