#include <serialization.hpp>
Public Types | |
typedef Graph::vertex_descriptor | vertex_descriptor |
typedef Graph::local_vertex_descriptor | local_vertex_descriptor |
typedef Graph::vertex_property_type | vertex_property_type |
typedef Graph::edge_descriptor | edge_descriptor |
typedef Graph::local_edge_descriptor | local_edge_descriptor |
typedef Graph::edge_property_type | edge_property_type |
typedef Graph::process_group_type | process_group_type |
typedef process_group_type::process_id_type | process_id_type |
typedef Graph::directed_selector | directed_selector |
typedef mpl::if_< is_same < VertexListS, defaultS > , vecS, VertexListS >::type | vertex_list_selector |
typedef pending_edge < vertex_descriptor, edge_property_type > | pending_edge_type |
typedef serializable_local_descriptor < local_vertex_descriptor > | serializable_vertex_descriptor |
Public Member Functions | |
graph_loader (Graph &g, Archive &ar) | |
typedef Graph::directed_selector boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::directed_selector |
typedef Graph::edge_descriptor boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::edge_descriptor |
typedef Graph::edge_property_type boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::edge_property_type |
typedef Graph::local_edge_descriptor boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::local_edge_descriptor |
typedef Graph::local_vertex_descriptor boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::local_vertex_descriptor |
typedef pending_edge<vertex_descriptor, edge_property_type> boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::pending_edge_type |
typedef Graph::process_group_type boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::process_group_type |
typedef process_group_type::process_id_type boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::process_id_type |
typedef serializable_local_descriptor<local_vertex_descriptor> boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::serializable_vertex_descriptor |
typedef Graph::vertex_descriptor boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::vertex_descriptor |
typedef mpl::if_< is_same<VertexListS, defaultS>, vecS, VertexListS >::type boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::vertex_list_selector |
typedef Graph::vertex_property_type boost::detail::parallel::graph_loader< Graph, Archive, VertexListS >::vertex_property_type |
|
inline |