#include <parallel_dc_archive.h>
|
using | is_loading = std::true_type |
| Type used by Boost.Serialization to determine if this object is an input archive. More...
|
|
using | is_loading = std::false_type |
| Type used by Boost.Serialization to determine if this object is an input archive. More...
|
|
using | is_saving = std::false_type |
| Type used by Boost.Serialization to determine if this object is an output archive. More...
|
|
static constexpr bool | is_input_archive = true |
| Flag to determine if this object is an input archive. More...
|
|
static constexpr bool | is_archive = true |
| Flag to determine if this object is an archive. More...
|
|
static constexpr bool | is_input_archive = false |
| Flag to determine if this object is an input archive. More...
|
|
static constexpr bool | is_output_archive = false |
| Flag to determine if this object is an output archive. More...
|
|
static constexpr bool | is_parallel_archive = false |
| Flag to determine if this object is a parallel archive. More...
|
|
◆ containerT
◆ keyT
◆ ContainerRecordInputArchive()
madness::archive::ContainerRecordInputArchive::ContainerRecordInputArchive |
( |
World & |
subworld, |
|
|
const containerT & |
dc, |
|
|
const keyT & |
key |
|
) |
| |
|
inline |
References madness::WorldContainer< keyT, valueT, hashfunT >::end(), madness::WorldContainer< keyT, valueT, hashfunT >::find(), madness::WorldContainer< keyT, valueT, hashfunT >::get_world(), madness::World::id(), MADNESS_EXCEPTION, rank, and v.
◆ ~ContainerRecordInputArchive()
madness::archive::ContainerRecordInputArchive::~ContainerRecordInputArchive |
( |
| ) |
|
|
inline |
◆ close()
void madness::archive::ContainerRecordInputArchive::close |
( |
| ) |
|
|
inline |
◆ flush()
void madness::archive::ContainerRecordInputArchive::flush |
( |
| ) |
|
|
inline |
◆ load()
◆ open()
void madness::archive::ContainerRecordInputArchive::open |
( |
| ) |
|
|
inline |
◆ ar
◆ rank
ProcessID madness::archive::ContainerRecordInputArchive::rank |
|
private |
std::vector<unsigned char> madness::archive::ContainerRecordInputArchive::v |
|
private |
The documentation for this class was generated from the following file: