MADNESS  0.10.1
Classes | Namespaces

Implements an archive wrapping a memory buffer. More...

#include <type_traits>
#include <madness/world/archive.h>
#include <madness/world/print.h>
#include <cstring>
Include dependency graph for buffer_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< BufferInputArchive, T >
 Implement pre/postamble load routines for a BufferInputArchive. More...
 
struct  madness::archive::ArchivePrePostImpl< BufferOutputArchive, T >
 Implement pre/postamble storage routines for a BufferOutputArchive. More...
 
class  madness::archive::BufferInputArchive
 Wraps an archive around a memory buffer for input. More...
 
class  madness::archive::BufferOutputArchive
 Wraps an archive around a memory buffer 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 memory buffer.