MADNESS  version 0.9
Public Member Functions | List of all members
madness::archive::MPIRawInputArchive Class Reference

#include <mpiar.h>

Inheritance diagram for madness::archive::MPIRawInputArchive:
Inheritance graph
[legend]
Collaboration diagram for madness::archive::MPIRawInputArchive:
Collaboration graph
[legend]

Public Member Functions

 MPIRawInputArchive (World &world, const ProcessID &src, int tag=SafeMPI::MPIAR_TAG)
 
template<class T >
madness::enable_if
< std::is_fundamental< T >
, void >::type 
load (T *t, long n) const
 
- Public Member Functions inherited from madness::archive::BaseArchive
 BaseArchive ()
 

Additional Inherited Members

- Static Public Attributes inherited from madness::archive::BaseInputArchive
static const bool is_input_archive = true
 
- Static Public Attributes inherited from madness::archive::BaseArchive
static const bool is_archive = true
 
static const bool is_input_archive = false
 
static const bool is_output_archive = false
 
static const bool is_parallel_archive = false
 

Constructor & Destructor Documentation

madness::archive::MPIRawInputArchive::MPIRawInputArchive ( World world,
const ProcessID src,
int  tag = SafeMPI::MPIAR_TAG 
)
inline

Member Function Documentation

template<class T >
madness::enable_if< std::is_fundamental<T>, void >::type madness::archive::MPIRawInputArchive::load ( T *  t,
long  n 
) const
inline

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