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::source_migrated_t< VertexProcessorMap, Graph > Struct Template Reference

#include <redistribute.hpp>

Public Types

typedef graph_traits< Graph >
::vertex_descriptor 
Vertex
 
typedef graph_traits< Graph >
::edge_descriptor 
Edge
 

Public Member Functions

 source_migrated_t (VertexProcessorMap vertex_to_processor, const Graph &g)
 
bool operator() (stored_in_edge< Edge > e) const
 

Member Typedef Documentation

template<typename VertexProcessorMap, typename Graph>
typedef graph_traits<Graph>::edge_descriptor boost::detail::parallel::source_migrated_t< VertexProcessorMap, Graph >::Edge
template<typename VertexProcessorMap, typename Graph>
typedef graph_traits<Graph>::vertex_descriptor boost::detail::parallel::source_migrated_t< VertexProcessorMap, Graph >::Vertex

Constructor & Destructor Documentation

template<typename VertexProcessorMap, typename Graph>
boost::detail::parallel::source_migrated_t< VertexProcessorMap, Graph >::source_migrated_t ( VertexProcessorMap  vertex_to_processor,
const Graph &  g 
)
inline

Member Function Documentation

template<typename VertexProcessorMap, typename Graph>
bool boost::detail::parallel::source_migrated_t< VertexProcessorMap, Graph >::operator() ( stored_in_edge< Edge e) const
inline

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