|
MADNESS 0.10.1
|
Base class for all archive classes. More...
#include <archive.h>

Public Types | |
| using | is_loading = std::false_type |
| Type used by Boost.Serialization to determine if this object is an input archive. | |
| using | is_saving = std::false_type |
| Type used by Boost.Serialization to determine if this object is an output archive. | |
Public Member Functions | |
| BaseArchive () | |
Static Public Attributes | |
| static constexpr bool | is_archive = true |
| Flag to determine if this object is an archive. | |
| static constexpr bool | is_input_archive = false |
| Flag to determine if this object is an input archive. | |
| static constexpr bool | is_output_archive = false |
| Flag to determine if this object is an output archive. | |
| static constexpr bool | is_parallel_archive = false |
| Flag to determine if this object is a parallel archive. | |
Base class for all archive classes.
| using madness::archive::BaseArchive::is_loading = std::false_type |
Type used by Boost.Serialization to determine if this object is an input archive.
| using madness::archive::BaseArchive::is_saving = std::false_type |
Type used by Boost.Serialization to determine if this object is an output archive.
|
inline |
|
staticconstexpr |
Flag to determine if this object is an archive.
|
staticconstexpr |
Flag to determine if this object is an input archive.
|
staticconstexpr |
Flag to determine if this object is an output archive.
|
staticconstexpr |
Flag to determine if this object is a parallel archive.