ALPSCore reference
Classes | Namespaces | Functions
vector.hpp File Reference
#include <alps/hdf5/archive.hpp>
#include <alps/utilities/cast.hpp>
#include <type_traits>
#include <vector>
#include <iterator>
#include <algorithm>
Include dependency graph for vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alps::hdf5::scalar_type< std::vector< T, A > >
 
struct  alps::hdf5::is_content_continuous< std::vector< T, A > >
 
struct  alps::hdf5::is_content_continuous< std::vector< bool, A > >
 
struct  alps::hdf5::has_complex_elements< std::vector< T, A > >
 

Namespaces

 alps
 
 alps::hdf5
 

Functions

template<typename T , typename A >
void alps::hdf5::save (archive &ar, std::string const &path, std::vector< T, A > const &value, std::vector< std::size_t > size=std::vector< std::size_t >(), std::vector< std::size_t > chunk=std::vector< std::size_t >(), std::vector< std::size_t > offset=std::vector< std::size_t >())
 
template<typename A >
void alps::hdf5::save (archive &ar, std::string const &path, std::vector< bool, A > const &value, std::vector< std::size_t > size=std::vector< std::size_t >(), std::vector< std::size_t > chunk=std::vector< std::size_t >(), std::vector< std::size_t > offset=std::vector< std::size_t >())
 
template<typename T , typename A >
void alps::hdf5::load (archive &ar, std::string const &path, std::vector< T, A > &value, std::vector< std::size_t > chunk=std::vector< std::size_t >(), std::vector< std::size_t > offset=std::vector< std::size_t >())
 
template<typename A >
void alps::hdf5::load (archive &ar, std::string const &path, std::vector< bool, A > &value, std::vector< std::size_t > chunk=std::vector< std::size_t >(), std::vector< std::size_t > offset=std::vector< std::size_t >())