#include "genesis/population/stream/variant_input_stream.hpp"#include "genesis/population/window/base_window_stream.hpp"#include "genesis/population/window/window_view_stream.hpp"#include "genesis/population/window/window_view.hpp"#include "genesis/population/window/window.hpp"#include <type_traits>Go to the source code of this file.
Namespaces | |
| genesis | |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
| genesis::population | |
Typedefs | |
| using | VariantWindowStream = BaseWindowStream< VariantInputStream::Iterator, VariantInputStream::value_type, Window< VariantInputStream::value_type > > |
| Typedef for a uniform Window stream type. More... | |
| using | VariantWindowViewStream = BaseWindowStream< VariantInputStream::Iterator, VariantInputStream::value_type, WindowView< VariantInputStream::value_type > > |
| Typedef for our uniform WindowView stream type. More... | |