MADNESS
0.10.1
|
Base class for input archive classes. More...
#include <archive.h>
Public Types | |
using | is_loading = std::true_type |
Type used by Boost.Serialization to determine if this object is an input archive. More... | |
Public Types inherited from madness::archive::BaseArchive | |
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 Public Attributes | |
static constexpr bool | is_input_archive = true |
Flag to determine if this object is an input archive. More... | |
Static Public Attributes inherited from madness::archive::BaseArchive | |
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... | |
Additional Inherited Members | |
Public Member Functions inherited from madness::archive::BaseArchive | |
BaseArchive () | |
Base class for input archive classes.
using madness::archive::BaseInputArchive::is_loading = std::true_type |
Type used by Boost.Serialization to determine if this object is an input archive.
|
staticconstexpr |
Flag to determine if this object is an input archive.