RVL::MPI_Sender< T > Class Template Reference

Suitable for use with any type T with fixed size, i.e. More...

#include <mpidatatransfer.hh>

List of all members.

Public Member Functions

 MPI_Sender (int _dest=0, MPI_Comm _comm=MPI_COMM_WORLD)
 MPI_Sender (MPI_Sender< T > const &s)
 ~MPI_Sender ()
bool setDestination (int d)
bool operator() (T &x) const


Detailed Description

template<typename T>
class RVL::MPI_Sender< T >

Suitable for use with any type T with fixed size, i.e.

for which instantiation and allocation are the same. Should be specialized appropriately for types with dynamic size.

Definition at line 80 of file mpidatatransfer.hh.


Constructor & Destructor Documentation

template<typename T>
RVL::MPI_Sender< T >::MPI_Sender ( int  _dest = 0,
MPI_Comm  _comm = MPI_COMM_WORLD 
)

Definition at line 89 of file mpidatatransfer.hh.

template<typename T>
RVL::MPI_Sender< T >::MPI_Sender ( MPI_Sender< T > const &  s  ) 

Definition at line 91 of file mpidatatransfer.hh.

template<typename T>
RVL::MPI_Sender< T >::~MPI_Sender (  ) 

Definition at line 93 of file mpidatatransfer.hh.


Member Function Documentation

template<typename T>
bool RVL::MPI_Sender< T >::setDestination ( int  d  ) 

Definition at line 95 of file mpidatatransfer.hh.

template<typename T>
bool RVL::MPI_Sender< T >::operator() ( T &  x  )  const

Definition at line 97 of file mpidatatransfer.hh.


The documentation for this class was generated from the following file:
Generated on 5 Jan 2017 for MPIRVL by  doxygen 1.4.7