MADNESS 0.10.1
|
Implements an archive wrapping a memory buffer. More...
#include <type_traits>
#include <madness/world/archive.h>
#include <madness/world/print.h>
#include <cstring>
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 | |
namespace | madness |
Namespace for all elements and tools of MADNESS. | |
namespace | madness::archive |
Namespace for I/O tools. | |
Implements an archive wrapping a memory buffer.