Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/distributed/
Dadjacency_list.hpp720 struct msg_add_edge_with_property_data struct
725 typedef msg_add_edge_data<Vertex, LocalVertex> inherited_data;
726 typedef maybe_store_property<EdgeProperty> inherited_property;
729 msg_add_edge_with_property_data() { } in msg_add_edge_with_property_data() function
731 msg_add_edge_with_property_data(Vertex source, in msg_add_edge_with_property_data() argument
738 void serialize(Archiver& ar, const unsigned int /*version*/) in serialize()
1999 edge_property_type> msg_add_edge_with_property_data; typedef in boost::adjacency_list