MADNESS  0.10.1
Classes | Namespaces
binary_fstream_archive.h File Reference

Implements an archive wrapping a binary filestream. More...

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

Go to the source code of this file.

Classes

class  madness::archive::BinaryFstreamInputArchive
 Wraps an archive around a binary filestream for input. More...
 
class  madness::archive::BinaryFstreamOutputArchive
 Wraps an archive around a binary 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 a binary filestream.