MADNESS  0.10.1
Classes | Namespaces

Implements an archive wrapping an STL vector. More...

#include <type_traits>
#include <vector>
#include <cstring>
#include <madness/world/archive.h>
Include dependency graph for vector_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::VectorInputArchive
 Wraps an archive around an STL vector for input. More...
 
class  madness::archive::VectorOutputArchive
 Wraps an archive around an STL vector 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 an STL vector.

Todo:
With a bit of thought this could be generalized to several STL containers.