Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
group.hpp File Reference
#include <boost/mpi/exception.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
#include <vector>
Include dependency graph for group.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::mpi::group
 A group is a representation of a subset of the processes within a communicator. More...
 
struct  boost::mpi::group::group_free
 INTERNAL ONLY. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::mpi
 

Functions

BOOST_MPI_DECL bool boost::mpi::operator== (const group &g1, const group &g2)
 Determines whether two process groups are identical. More...
 
bool boost::mpi::operator!= (const group &g1, const group &g2)
 Determines whether two process groups are not identical. More...
 
BOOST_MPI_DECL group boost::mpi::operator| (const group &g1, const group &g2)
 Computes the union of two process groups. More...
 
BOOST_MPI_DECL group boost::mpi::operator& (const group &g1, const group &g2)
 Computes the intersection of two process groups. More...
 
BOOST_MPI_DECL group boost::mpi::operator- (const group &g1, const group &g2)
 Computes the difference between two process groups. More...