#include <mpidatatransfer.hh>
Public Member Functions | |
MPI_Receiver (MPI_Status *_status, int _src=0, MPI_Comm _comm=MPI_COMM_WORLD) | |
MPI_Receiver (MPI_Receiver< T > const &s) | |
~MPI_Receiver () | |
bool | setSource (int s) |
bool | operator() (T &x) const |
Definition at line 113 of file mpidatatransfer.hh.
RVL::MPI_Receiver< T >::MPI_Receiver | ( | MPI_Status * | _status, | |
int | _src = 0 , |
|||
MPI_Comm | _comm = MPI_COMM_WORLD | |||
) |
Definition at line 121 of file mpidatatransfer.hh.
RVL::MPI_Receiver< T >::MPI_Receiver | ( | MPI_Receiver< T > const & | s | ) |
Definition at line 125 of file mpidatatransfer.hh.
RVL::MPI_Receiver< T >::~MPI_Receiver | ( | ) |
Definition at line 127 of file mpidatatransfer.hh.
bool RVL::MPI_Receiver< T >::setSource | ( | int | s | ) |
Definition at line 129 of file mpidatatransfer.hh.
bool RVL::MPI_Receiver< T >::operator() | ( | T & | x | ) | const |
Definition at line 131 of file mpidatatransfer.hh.