Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::distributedS< ProcessGroup, LocalS, DistributionS > Struct Template Reference

Selector that specifies that the graph should be distributed among different processes organized based on the given process group. More...

#include <selector.hpp>

Public Types

typedef ProcessGroup process_group_type
 
typedef LocalS local_selector
 
typedef DistributionS distribution
 

Detailed Description

template<typename ProcessGroup, typename LocalS = defaultS, typename DistributionS = defaultS>
struct boost::distributedS< ProcessGroup, LocalS, DistributionS >

Selector that specifies that the graph should be distributed among different processes organized based on the given process group.

Member Typedef Documentation

template<typename ProcessGroup , typename LocalS = defaultS, typename DistributionS = defaultS>
typedef DistributionS boost::distributedS< ProcessGroup, LocalS, DistributionS >::distribution
template<typename ProcessGroup , typename LocalS = defaultS, typename DistributionS = defaultS>
typedef LocalS boost::distributedS< ProcessGroup, LocalS, DistributionS >::local_selector
template<typename ProcessGroup , typename LocalS = defaultS, typename DistributionS = defaultS>
typedef ProcessGroup boost::distributedS< ProcessGroup, LocalS, DistributionS >::process_group_type

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