Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/distributed/
Dnamed_graph.hpp606 struct BGL_NAMED_GRAPH::lazy_add_edge_with_property struct in boost::graph::distributed::BGL_NAMED_GRAPH
609 typedef typename graph_traits<Graph>::edge_descriptor edge_descriptor;
612 typedef typename Config::edge_property_type edge_property_type;
615 lazy_add_edge_with_property(BGL_NAMED_GRAPH& self, in lazy_add_edge_with_property() argument
624 lazy_add_edge_with_property(BGL_NAMED_GRAPH& self, in lazy_add_edge_with_property() argument
631 lazy_add_edge_with_property(BGL_NAMED_GRAPH& self, in lazy_add_edge_with_property() function
638 lazy_add_edge_with_property(BGL_NAMED_GRAPH& self, in lazy_add_edge_with_property() argument
647 lazy_add_edge_with_property(const lazy_add_edge_with_property& other) in lazy_add_edge_with_property() argument
659 operator std::pair<edge_descriptor, bool>() const { return commit(); } in operator std::pair<edge_descriptor,bool>()
666 BGL_NAMED_GRAPH& self;
[all …]
Dadjacency_list.hpp2546 struct PBGL_DISTRIB_ADJLIST_TYPE::lazy_add_edge_with_property struct in boost::PBGL_DISTRIB_ADJLIST_TYPE
2550 lazy_add_edge_with_property(adjacency_list& self, in lazy_add_edge_with_property() argument
2558 lazy_add_edge_with_property(const lazy_add_edge& other) in lazy_add_edge_with_property() argument
2566 operator std::pair<edge_descriptor, bool>() const { return commit(); } in operator std::pair<edge_descriptor,bool>()
2576 edge_property_type property;
3008 ::lazy_add_edge_with_property lazy_add_edge_with_property; in add_edge() typedef