#include "genesis/tree/function/functions.hpp"
#include "genesis/tree/tree.hpp"
#include "genesis/utils/containers/range.hpp"
#include <cassert>
#include <iterator>
#include <vector>
#include <type_traits>
Go to the source code of this file.
|
| | genesis |
| | Container namespace for all symbols of genesis in order to keep them separate when used as a library.
|
| |
| | genesis::tree |
| |
|
| template<typename ElementType > |
| utils::Range< IteratorPath< false > > | path (ElementType &start, ElementType &finish) |
| |
| template<typename ElementType > |
| utils::Range< IteratorPath< true > > | path (ElementType const &start, ElementType const &finish) |
| |