MADNESS
version 0.9
|
Wraps an archive around an STL vector for output. More...
#include <vecar.h>
Public Member Functions | |
VectorOutputArchive (std::vector< unsigned char > &v, std::size_t hint=262144) | |
template<class T > | |
madness::enable_if < madness::is_serializable< T > , void >::type | store (const T *t, long n) const |
void | open (std::size_t hint=262144) |
void | close () |
void | flush () |
Public Member Functions inherited from madness::archive::BaseArchive | |
BaseArchive () | |
Additional Inherited Members | |
Static Public Attributes inherited from madness::archive::BaseOutputArchive | |
static const bool | is_output_archive = true |
Static Public Attributes inherited from madness::archive::BaseArchive | |
static const bool | is_archive = true |
static const bool | is_input_archive = false |
static const bool | is_output_archive = false |
static const bool | is_parallel_archive = false |
Wraps an archive around an STL vector for output.
|
inline |
References open().
|
inline |
|
inline |
|
inline |
Referenced by VectorOutputArchive().
|
inline |
References std::tr1::T().
Referenced by madness::archive::MPIOutputArchive::store().