Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/distributed/
Dadjacency_list.hpp694 struct msg_add_edge_data struct
696 msg_add_edge_data() { } in msg_add_edge_data() argument
698 msg_add_edge_data(Vertex source, Vertex target) in msg_add_edge_data() argument
703 LocalVertex source;
706 Vertex target;
709 void serialize(Archiver& ar, const unsigned int /*version*/) in serialize()
1995 msg_add_edge_data; typedef in boost::adjacency_list