|
MADNESS 0.10.1
|
Implements an archive wrapping text filestream. More...
#include <type_traits>#include <fstream>#include <cstring>#include <madness/world/archive.h>#include <madness/world/print.h>

Go to the source code of this file.
Classes | |
| struct | madness::archive::ArchivePrePostImpl< TextFstreamInputArchive, T > |
Implement pre/postamble load routines for a TextFstreamInputArchive. More... | |
| struct | madness::archive::ArchivePrePostImpl< TextFstreamOutputArchive, T > |
Implement pre/postamble storage routines for a TextFstreamOutputArchive. More... | |
| class | madness::archive::TextFstreamInputArchive |
| Wraps an archive around a text filestream for input. More... | |
| class | madness::archive::TextFstreamOutputArchive |
| Wraps an archive around a text filestream for output. More... | |
Namespaces | |
| namespace | madness |
| Namespace for all elements and tools of MADNESS. | |
| namespace | madness::archive |
| Namespace for I/O tools. | |
Implements an archive wrapping text filestream.