Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/distributed/
Dnamed_graph.hpp338 struct BGL_NAMED_GRAPH::lazy_add_vertex struct in boost::graph::distributed::BGL_NAMED_GRAPH
341 lazy_add_vertex(named_graph& self, const vertex_name_type& name) in lazy_add_vertex() function
346 lazy_add_vertex(const lazy_add_vertex& other) in lazy_add_vertex() argument
358 operator vertex_descriptor() const { return commit(); } in operator vertex_descriptor()
366 named_graph& self;
367 vertex_name_type name;
368 mutable bool committed;
Dadjacency_list.hpp3408 ::lazy_add_vertex_with_property lazy_add_vertex; in add_vertex() typedef