MADNESS
0.10.1
|
Implement pre/postamble load routines for a TextFstreamInputArchive
.
More...
#include <text_fstream_archive.h>
Static Public Member Functions | |
static void | postamble_load (const TextFstreamInputArchive &ar) |
Load the postamble and perform type-checking. More... | |
static void | preamble_load (const TextFstreamInputArchive &ar) |
Load the preamble and perform type-checking. More... | |
Implement pre/postamble load routines for a TextFstreamInputArchive
.
T | The expected type to be loaded. |
|
inlinestatic |
Load the postamble and perform type-checking.
[in] | ar | The archive. |
References madness::archive::TextFstreamInputArchive::check_end_tag(), and T().
|
inlinestatic |
Load the preamble and perform type-checking.
[in] | ar | The archive. |
References madness::archive::TextFstreamInputArchive::check_start_tag(), and T().