RAII class for MPI data types that commits and frees them.
#include <Datatype.h>
Public Member Functions | |
Datatype () | |
Datatype (MPI_Datatype datatype) | |
void | init (MPI_Datatype datatype) |
~Datatype () | |
operator MPI_Datatype () const | |
Protected Attributes | |
MPI_Datatype | mpiDatatype_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |