Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dstanford_graph.hpp80 typedef const Graph* sgb_const_graph_ptr; typedef
144 friend Vertex* source(self e, sgb_const_graph_ptr) { return e._src; } in source() argument
145 friend Vertex* target(self e, sgb_const_graph_ptr) { return e._arc->tip; } in target() argument
258 Vertex* u, sgb_const_graph_ptr) in out_edges() argument
275 Vertex* u, sgb_const_graph_ptr) in adjacent_vertices() argument
447 edge_length_t, const sgb_const_graph_ptr&) in get()
459 inline long get(edge_length_t, const sgb_const_graph_ptr&, const sgb_edge& key) in get()