Lines Matching defs:path_t
47 template <typename GraphTraits, typename Path_t>
54 typedef Path_t path_t;
59 path_t get_shortest_path (const node_t *other_node) const;
82 m_best_edge with enough information to be able to generate Path_t instances
87 template <typename GraphTraits, typename Path_t>
89 shortest_paths<GraphTraits, Path_t>::
173 /* Generate an Path_t instance giving the shortest path between OTHER_NODE
181 template <typename GraphTraits, typename Path_t>
182 inline Path_t
183 shortest_paths<GraphTraits, Path_t>::
186 Path_t result;
207 template <typename GraphTraits, typename Path_t>
209 shortest_paths<GraphTraits, Path_t>::