ALPSCore reference
Namespaces | Functions
hdf5_variant.hpp File Reference
#include <alps/hdf5/archive.hpp>
#include <alps/hdf5/vector.hpp>
#include <alps/hdf5/pair.hpp>
#include <alps/params/serialize_variant.hpp>
#include <cassert>
Include dependency graph for hdf5_variant.hpp:
This graph shows which files directly or indirectly include this file:

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...