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

Base class for all archive classes. More...

#include <archive.h>

Inheritance diagram for madness::archive::BaseArchive:
Inheritance graph
[legend]

Public Types

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...
 

Public Member Functions

 BaseArchive ()
 

Static Public Attributes

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...
 

Detailed Description

Base class for all archive classes.

Member Typedef Documentation

◆ is_loading

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

◆ is_saving

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

Constructor & Destructor Documentation

◆ BaseArchive()

madness::archive::BaseArchive::BaseArchive ( )
inline

Member Data Documentation

◆ is_archive

constexpr bool madness::archive::BaseArchive::is_archive = true
staticconstexpr

Flag to determine if this object is an archive.

◆ is_input_archive

constexpr bool madness::archive::BaseArchive::is_input_archive = false
staticconstexpr

Flag to determine if this object is an input archive.

◆ is_output_archive

constexpr bool madness::archive::BaseArchive::is_output_archive = false
staticconstexpr

Flag to determine if this object is an output archive.

◆ is_parallel_archive

constexpr bool madness::archive::BaseArchive::is_parallel_archive = false
staticconstexpr

Flag to determine if this object is a parallel archive.


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