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 | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
madness::archive | |
Namespace for I/O tools. | |
Implements an archive wrapping text filestream.