#include <mpidatatransfer.hh>
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 |
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.
| RVL::MPI_Sender< T >::MPI_Sender | ( | int | _dest = 0, |
|
| MPI_Comm | _comm = MPI_COMM_WORLD | |||
| ) |
Definition at line 89 of file mpidatatransfer.hh.
| RVL::MPI_Sender< T >::MPI_Sender | ( | MPI_Sender< T > const & | s | ) |
Definition at line 91 of file mpidatatransfer.hh.
| RVL::MPI_Sender< T >::~MPI_Sender | ( | ) |
Definition at line 93 of file mpidatatransfer.hh.
| bool RVL::MPI_Sender< T >::setDestination | ( | int | d | ) |
Definition at line 95 of file mpidatatransfer.hh.
| bool RVL::MPI_Sender< T >::operator() | ( | T & | x | ) | const |
Definition at line 97 of file mpidatatransfer.hh.
1.4.7