Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::mpi::detail::mpi_datatype_holder Class Reference

a class holding an MPI datatype INTERNAL ONLY the type is freed upon destruction More...

#include <skeleton_and_content.hpp>

Inheritance diagram for boost::mpi::detail::mpi_datatype_holder:
Collaboration diagram for boost::mpi::detail::mpi_datatype_holder:

Public Member Functions

 mpi_datatype_holder ()
 
 mpi_datatype_holder (MPI_Datatype t, bool committed=true)
 
void commit ()
 
MPI_Datatype get_mpi_datatype () const
 
 ~mpi_datatype_holder ()
 

Detailed Description

a class holding an MPI datatype INTERNAL ONLY the type is freed upon destruction

Constructor & Destructor Documentation

boost::mpi::detail::mpi_datatype_holder::mpi_datatype_holder ( )
inline
boost::mpi::detail::mpi_datatype_holder::mpi_datatype_holder ( MPI_Datatype  t,
bool  committed = true 
)
inline
boost::mpi::detail::mpi_datatype_holder::~mpi_datatype_holder ( )
inline

Member Function Documentation

void boost::mpi::detail::mpi_datatype_holder::commit ( )
inline
MPI_Datatype boost::mpi::detail::mpi_datatype_holder::get_mpi_datatype ( ) const
inline

The documentation for this class was generated from the following file: