MADNESS  0.10.1
Static Public Member Functions | List of all members
madness::archive::ArchivePrePostImpl< VectorInputArchive, T > Struct Template Reference

Implementation of functions for loading the pre/postamble in Vector archives. More...

#include <vector_archive.h>

Static Public Member Functions

static void postamble_load (const VectorInputArchive &ar)
 Load the postamble. More...
 
static void preamble_load (const VectorInputArchive &ar)
 Load the preamble. More...
 

Detailed Description

template<class T>
struct madness::archive::ArchivePrePostImpl< VectorInputArchive, T >

Implementation of functions for loading the pre/postamble in Vector archives.

Attention
No type checking over Vector buffers, for efficiency.
Template Parameters
TThe data type.

Member Function Documentation

◆ postamble_load()

template<class T >
static void madness::archive::ArchivePrePostImpl< VectorInputArchive, T >::postamble_load ( const VectorInputArchive ar)
inlinestatic

Load the postamble.

Parameters
[in]arThe archive.

◆ preamble_load()

template<class T >
static void madness::archive::ArchivePrePostImpl< VectorInputArchive, T >::preamble_load ( const VectorInputArchive ar)
inlinestatic

Load the preamble.

Parameters
[in]arThe archive.

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