Searched defs:lazy_add_edge_with_property (Results 1 – 2 of 2) sorted by relevance
606 struct BGL_NAMED_GRAPH::lazy_add_edge_with_property struct in boost::graph::distributed::BGL_NAMED_GRAPH609 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() argument624 lazy_add_edge_with_property(BGL_NAMED_GRAPH& self, in lazy_add_edge_with_property() argument631 lazy_add_edge_with_property(BGL_NAMED_GRAPH& self, in lazy_add_edge_with_property() function638 lazy_add_edge_with_property(BGL_NAMED_GRAPH& self, in lazy_add_edge_with_property() argument647 lazy_add_edge_with_property(const lazy_add_edge_with_property& other) in lazy_add_edge_with_property() argument659 operator std::pair<edge_descriptor, bool>() const { return commit(); } in operator std::pair<edge_descriptor,bool>()666 BGL_NAMED_GRAPH& self;[all …]
2546 struct PBGL_DISTRIB_ADJLIST_TYPE::lazy_add_edge_with_property struct in boost::PBGL_DISTRIB_ADJLIST_TYPE2550 lazy_add_edge_with_property(adjacency_list& self, in lazy_add_edge_with_property() argument2558 lazy_add_edge_with_property(const lazy_add_edge& other) in lazy_add_edge_with_property() argument2566 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