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

Default implementation of pre/postamble. More...

#include <archive.h>

Static Public Member Functions

static void preamble_load (const Archive &ar)
 
static void preamble_store (const Archive &ar)
 Serialize a cookie for type checking. More...
 
static void postamble_load (const Archive &)
 By default there is no postamble. More...
 
static void postamble_store (const Archive &)
 By default there is no postamble. More...
 

Detailed Description

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

Default implementation of pre/postamble.

Member Function Documentation

template<class Archive , class T >
static void madness::archive::ArchivePrePostImpl< Archive, T >::postamble_load ( const Archive &  )
inlinestatic
template<class Archive , class T >
static void madness::archive::ArchivePrePostImpl< Archive, T >::postamble_store ( const Archive &  )
inlinestatic
template<class Archive , class T >
static void madness::archive::ArchivePrePostImpl< Archive, T >::preamble_load ( const Archive &  ar)
inlinestatic
template<class Archive , class T >
static void madness::archive::ArchivePrePostImpl< Archive, T >::preamble_store ( const Archive &  ar)
inlinestatic

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