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

Implement pre/postamble load routines for a BufferInputArchive. More...

#include <buffer_archive.h>

Static Public Member Functions

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

Detailed Description

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

Implement pre/postamble load routines for a BufferInputArchive.

Note
No type checking over Buffer stream, for efficiency.
Template Parameters
TThe type to be loaded.

Member Function Documentation

◆ postamble_load()

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

Load the postamble.

◆ preamble_load()

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

Load the preamble.


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