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