#include <cassert>
#include <deque>
#include <stdexcept>
#include <string>
#include <vector>
#include "genesis/population/window/base_window.hpp"
#include "genesis/population/genome_region.hpp"
Go to the source code of this file.
Classes | |
struct | EmptyAccumulator |
Empty helper data struct to serve as a dummy for Window. More... | |
class | Window< D, A > |
Window over the chromosomes of a genome. More... | |
struct | Window< D, A >::Entry |
Data that is stored per entry that was enqueued in a window. More... | |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::population | |