Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/distributed/
Dnamed_graph.hpp422 struct BGL_NAMED_GRAPH::lazy_add_edge struct in boost::graph::distributed::BGL_NAMED_GRAPH
425 typedef typename graph_traits<Graph>::edge_descriptor edge_descriptor;
428 lazy_add_edge(BGL_NAMED_GRAPH& self, in lazy_add_edge() function
434 lazy_add_edge(BGL_NAMED_GRAPH& self, in lazy_add_edge() function
440 lazy_add_edge(BGL_NAMED_GRAPH& self, in lazy_add_edge() function
446 lazy_add_edge(BGL_NAMED_GRAPH& self, in lazy_add_edge() function
453 lazy_add_edge(const lazy_add_edge& other) in lazy_add_edge() function
464 operator std::pair<edge_descriptor, bool>() const { return commit(); } in operator std::pair<edge_descriptor,bool>()
471 BGL_NAMED_GRAPH& self;
472 mutable variant<vertex_descriptor, vertex_name_type> u;
[all …]
Dadjacency_list.hpp2348 struct PBGL_DISTRIB_ADJLIST_TYPE::lazy_add_edge struct in boost::PBGL_DISTRIB_ADJLIST_TYPE
2351 lazy_add_edge(adjacency_list& self, in lazy_add_edge() argument
2357 lazy_add_edge(const lazy_add_edge& other) in lazy_add_edge() function
2369 operator std::pair<edge_descriptor, bool>() const { return commit(); } in operator std::pair<edge_descriptor,bool>()
2385 adjacency_list& self;
2386 vertex_descriptor source;
2387 vertex_descriptor target;
2388 mutable bool committed;
2994 typedef typename PBGL_DISTRIB_ADJLIST_TYPE::lazy_add_edge lazy_add_edge; in add_edge() typedef