Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/distributed/
Dadjacency_list.hpp2243 struct PBGL_DISTRIB_ADJLIST_TYPE::lazy_add_vertex_with_property struct in boost::PBGL_DISTRIB_ADJLIST_TYPE
2246 lazy_add_vertex_with_property(adjacency_list& self, in lazy_add_vertex_with_property() function
2253 lazy_add_vertex_with_property(const lazy_add_vertex_with_property& other) in lazy_add_vertex_with_property() function
2265 operator vertex_descriptor() const { return commit(); } in operator vertex_descriptor()
2272 adjacency_list& self;
2273 vertex_property_type property;
2274 mutable bool committed;