#include <iostream>
#include <vector>
#include <hdf5.h>
#include <alps/hdf5/archive.hpp>
#include <alps/utilities/cast.hpp>
#include "common.hpp"
#include "archivecontext.hpp"
Go to the source code of this file.
|
#define | ALPS_HDF5_READ_SCALAR(T) template void archive::read<T>(std::string, T &) const; |
|
#define | ALPS_HDF5_READ_VECTOR(T) template void archive::read<T>(std::string, T *, std::vector<std::size_t>, std::vector<std::size_t>) const; |
|
#define ALPS_HDF5_READ_SCALAR |
( |
|
T | ) |
template void archive::read<T>(std::string, T &) const; |
#define ALPS_HDF5_READ_VECTOR |
( |
|
T | ) |
template void archive::read<T>(std::string, T *, std::vector<std::size_t>, std::vector<std::size_t>) const; |