MADNESS  0.10.1
Public Types | Static Public Attributes | List of all members
madness::archive::BaseInputArchive Class Reference

Base class for input archive classes. More...

#include <archive.h>

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

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 ()
 

Detailed Description

Base class for input archive classes.

Member Typedef Documentation

◆ is_loading

Type used by Boost.Serialization to determine if this object is an input archive.

Member Data Documentation

◆ is_input_archive

constexpr bool madness::archive::BaseInputArchive::is_input_archive = true
staticconstexpr

Flag to determine if this object is an input archive.


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