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

Go to the source code of this file.

Namespaces

 alps
 
 alps::hdf5
 

Macros

#define ALPS_HDF5_READ_SCALAR_DATA_HELPER(T)   template bool hdf5_read_scalar_data_helper<T>(T &, data_type const &, type_type const &);
 
#define ALPS_HDF5_READ_SCALAR_ATTRIBUTE_HELPER(T)   template bool hdf5_read_scalar_attribute_helper<T>(T &, attribute_type const &, type_type const &);
 

Macro Definition Documentation

#define ALPS_HDF5_READ_SCALAR_ATTRIBUTE_HELPER (   T)    template bool hdf5_read_scalar_attribute_helper<T>(T &, attribute_type const &, type_type const &);

Definition at line 75 of file archive_read_scalar_helpers.cpp.

#define ALPS_HDF5_READ_SCALAR_DATA_HELPER (   T)    template bool hdf5_read_scalar_data_helper<T>(T &, data_type const &, type_type const &);

Definition at line 44 of file archive_read_scalar_helpers.cpp.