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

Implement pre/postamble storage routines for a BufferOutputArchive. More...

#include <buffer_archive.h>

Static Public Member Functions

static void postamble_store (const BufferOutputArchive &)
 Write the postamble to the archive. More...
 
static void preamble_store (const BufferOutputArchive &)
 Write the preamble to the archive. More...
 

Detailed Description

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

Implement pre/postamble storage routines for a BufferOutputArchive.

Note
No type checking over the buffer stream, for efficiency.
Template Parameters
TThe type to be stored.

Member Function Documentation

◆ postamble_store()

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

Write the postamble to the archive.

◆ preamble_store()

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

Write the preamble to the archive.


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