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

#include <redistribute.hpp>

Public Types

typedef graph_traits< Graph >
::edge_descriptor 
Edge
 

Public Member Functions

 source_or_target_migrated_t (VertexProcessorMap vertex_to_processor, const Graph &g)
 
bool operator() (Edge e) const
 

Member Typedef Documentation

template<typename VertexProcessorMap , typename Graph >
typedef graph_traits<Graph>::edge_descriptor boost::detail::parallel::source_or_target_migrated_t< VertexProcessorMap, Graph >::Edge

Constructor & Destructor Documentation

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

Member Function Documentation

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

References boost::source(), and boost::target().


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