Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/distributed/
Dnamed_graph.hpp1158 struct maybe_named_graph struct
1162 typedef named_graph<Graph, Vertex, Edge, Config> inherited;
1163 typedef typename Config::process_group_type process_group_type;
1167 typedef typename Config::distribution_type distribution_type;
1168 typedef typename Config::base_distribution_type base_distribution_type;
1170 explicit maybe_named_graph(const process_group_type& pg) : inherited(pg) { } in maybe_named_graph() argument
1172 maybe_named_graph(const process_group_type& pg, in maybe_named_graph() argument
1176 distribution_type& distribution() { return this->distribution_; } in distribution()
1177 const distribution_type& distribution() const { return this->distribution_; } in distribution()
1187 struct maybe_named_graph<Graph, Vertex, Edge, Config, void> struct
[all …]
/third_party/boost/boost/graph/
Dnamed_graph.hpp474 struct maybe_named_graph struct
486 struct maybe_named_graph< Graph, Vertex, VertexProperty, void > struct
491 vertex_bundle_t >::type bundled_vertex_property_type;
495 void added_vertex(Vertex) {} in added_vertex()
500 void removing_vertex(Vertex, VertexIterStability) in removing_vertex()
506 void clearing_graph() {} in clearing_graph()
510 optional< Vertex > vertex_by_property( in vertex_by_property()