|
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. | |
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. | |
| using | is_saving = std::false_type |
| Type used by Boost.Serialization to determine if this object is an output archive. | |
Static Public Attributes | |
| static constexpr bool | is_input_archive = true |
| Flag to determine if this object is an input archive. | |
Static Public Attributes inherited from madness::archive::BaseArchive | |
| 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. | |
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.
Flag to determine if this object is an input archive.