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

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

#include <text_fstream_archive.h>

Static Public Member Functions

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

Detailed Description

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

Implement pre/postamble storage routines for a TextFstreamOutputArchive.

Template Parameters
TThe type to be stored.

Member Function Documentation

◆ postamble_store()

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

Write the postamble to the archive.

Parameters
[in]arThe archive.

References madness::archive::TextFstreamOutputArchive::store_end_tag(), and T().

◆ preamble_store()

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

Write the preamble to the archive.

Parameters
[in]arThe archive.

References madness::archive::TextFstreamOutputArchive::store_start_tag(), and T().


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