ALPSCore reference
Namespaces | Macros
archive_write.cpp File Reference
#include <iostream>
#include <hdf5.h>
#include <alps/hdf5/archive.hpp>
#include <alps/utilities/cast.hpp>
#include "common.hpp"
#include "archivecontext.hpp"
Include dependency graph for archive_write.cpp:

Go to the source code of this file.

Namespaces

 alps
 
 alps::hdf5
 

Macros

#define ALPS_HDF5_WRITE_SCALAR(T)   template void archive::write<T>(std::string path, T value) const;
 
#define ALPS_HDF5_WRITE_VECTOR(T)
 

Macro Definition Documentation

#define ALPS_HDF5_WRITE_SCALAR (   T)    template void archive::write<T>(std::string path, T value) const;

Definition at line 108 of file archive_write.cpp.

#define ALPS_HDF5_WRITE_VECTOR (   T)
Value:
template void archive::write<T>( \
std::string, T const *, std::vector<std::size_t>, std::vector<std::size_t>, std::vector<std::size_t>) const;

Definition at line 296 of file archive_write.cpp.