Home
last modified time | relevance | path

Searched defs:graph_as_tree (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dgraph_as_tree.hpp60 class graph_as_tree : public graph_as_tree_base< Graph, Node, ChIt, class
67 graph_as_tree(Graph& g, Node root) : super(g, root) {} in graph_as_tree() function in boost::graph_as_tree
69 graph_as_tree(Graph& g, Node root, ParentMap p) : super(g, root), _p(p) in graph_as_tree() function in boost::graph_as_tree