Searched defs:sgb_const_graph_ptr (Results 1 – 1 of 1) sorted by relevance
80 typedef const Graph* sgb_const_graph_ptr; typedef144 friend Vertex* source(self e, sgb_const_graph_ptr) { return e._src; } in source() argument145 friend Vertex* target(self e, sgb_const_graph_ptr) { return e._arc->tip; } in target() argument258 Vertex* u, sgb_const_graph_ptr) in out_edges() argument275 Vertex* u, sgb_const_graph_ptr) in adjacent_vertices() argument447 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()