MADNESS  0.10.1
Classes | Namespaces
text_fstream_archive.h File Reference

Implements an archive wrapping text filestream. More...

#include <type_traits>
#include <fstream>
#include <cstring>
#include <madness/world/archive.h>
#include <madness/world/print.h>
Include dependency graph for text_fstream_archive.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Implements an archive wrapping text filestream.