Sequoia
Loading...
Searching...
No Matches
Classes
StaticGraphTraversalDetails.hpp File Reference

Meta-programming utilities for traversals of static graphs. More...

#include "sequoia/Maths/Graph/GraphTraversalDetails.hpp"
#include "sequoia/Core/DataStructures/StaticStack.hpp"
#include "sequoia/Core/DataStructures/StaticQueue.hpp"
#include "sequoia/Core/DataStructures/StaticPriorityQueue.hpp"

Go to the source code of this file.

Classes

struct  sequoia::maths::graph_impl::traversal_tracking_traits< G >
 
struct  sequoia::maths::graph_impl::traversal_traits_base< G, traversal_flavour::breadth_first >
 
struct  sequoia::maths::graph_impl::traversal_traits_base< G, traversal_flavour::pseudo_depth_first >
 
struct  sequoia::maths::graph_impl::traversal_traits_base< G, traversal_flavour::priority, Compare >
 

Detailed Description

Meta-programming utilities for traversals of static graphs.