ALPSCore reference
|
#include <alps/hdf5/archive.hpp>
#include <alps/hdf5/vector.hpp>
#include <alps/hdf5/pair.hpp>
#include <alps/params/serialize_variant.hpp>
#include <cassert>
Go to the source code of this file.
Namespaces | |
alps | |
alps::hdf5 | |
Functions | |
template<typename MPLSEQ > | |
void | alps::hdf5::write_variant (alps::hdf5::archive &ar, const typename boost::make_variant_over< MPLSEQ >::type &var) |
saving of a boost::variant over MPL type sequence MPLSEQ More... | |
template<typename MPLSEQ > | |
boost::make_variant_over< MPLSEQ >::type | alps::hdf5::read_variant (alps::hdf5::archive &ar) |
loading of a boost::variant over MPL type sequence MPLSEQ More... | |