Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph > Struct Template Reference

#include <adjacency_list.hpp>

Public Types

typedef Graph graph_type
 
typedef
graph_type::process_group_type 
process_group_type
 
typedef graph_type::inherited base_graph_type
 
typedef property_map
< base_graph_type, Property >
::type 
local_pmap
 
typedef property_map
< base_graph_type, Property >
::const_type 
local_const_pmap
 
typedef graph_traits< graph_typetraits
 
typedef
graph_type::local_vertex_descriptor 
local_vertex
 
typedef property_traits
< local_pmap >::key_type 
local_key_type
 
typedef property_traits
< local_pmap >::value_type 
value_type
 
typedef property_map< Graph,
vertex_global_t >::const_type 
vertex_global_map
 
typedef property_map< Graph,
edge_global_t >::const_type 
edge_global_map
 
typedef mpl::if_c<(is_same
< local_key_type, local_vertex >
::value), vertex_global_map,
edge_global_map >::type 
global_map
 
typedef
::boost::parallel::distributed_property_map
< process_group_type,
global_map, local_pmap
type
 
typedef
::boost::parallel::distributed_property_map
< process_group_type,
global_map, local_const_pmap
const_type
 

Member Typedef Documentation

template<typename Property >
template<typename Graph >
typedef graph_type::inherited boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::base_graph_type
template<typename Property >
template<typename Graph >
typedef ::boost::parallel::distributed_property_map< process_group_type, global_map, local_const_pmap> boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::const_type
template<typename Property >
template<typename Graph >
typedef property_map<Graph, edge_global_t>::const_type boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::edge_global_map
template<typename Property >
template<typename Graph >
typedef mpl::if_c<(is_same<local_key_type, local_vertex>::value), vertex_global_map, edge_global_map>::type boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::global_map
template<typename Property >
template<typename Graph >
typedef Graph boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::graph_type
template<typename Property >
template<typename Graph >
typedef property_map<base_graph_type, Property>::const_type boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::local_const_pmap
template<typename Property >
template<typename Graph >
typedef property_traits<local_pmap>::key_type boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::local_key_type
template<typename Property >
template<typename Graph >
typedef property_map<base_graph_type, Property>::type boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::local_pmap
template<typename Property >
template<typename Graph >
typedef graph_type::local_vertex_descriptor boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::local_vertex
template<typename Property >
template<typename Graph >
typedef graph_type::process_group_type boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::process_group_type
template<typename Property >
template<typename Graph >
typedef graph_traits<graph_type> boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::traits
template<typename Property >
template<typename Graph >
typedef ::boost::parallel::distributed_property_map< process_group_type, global_map, local_pmap> boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::type
template<typename Property >
template<typename Graph >
typedef property_traits<local_pmap>::value_type boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::value_type
template<typename Property >
template<typename Graph >
typedef property_map<Graph, vertex_global_t>::const_type boost::detail::parallel::get_adj_list_pmap< Property >::apply< Graph >::vertex_global_map

The documentation for this struct was generated from the following file: