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

Default implementation of the pre/postamble for type checking. More...

#include <archive.h>

Static Public Member Functions

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...
 
static void preamble_load (const Archive &ar)
 Deserialize a cookie and check the type. More...
 
static void preamble_store (const Archive &ar)
 Serialize a cookie for type checking. More...
 

Detailed Description

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

Default implementation of the pre/postamble for type checking.

Template Parameters
ArchiveThe archive class.
TThe type to serialized or to expect upon deserialization.

Member Function Documentation

◆ postamble_load()

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

◆ postamble_store()

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

◆ preamble_load()

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

◆ preamble_store()

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: