|
ALPSCore reference
|
This is the complete list of members for alps::hdf5::archive, including all inherited members.
| abort() | alps::hdf5::archive | static |
| archive() | alps::hdf5::archive | |
| archive(std::string const &filename, std::string mode="r") | alps::hdf5::archive | |
| archive(std::string const &filename, int prop) | alps::hdf5::archive | |
| archive(archive const &arg) | alps::hdf5::archive | |
| close() | alps::hdf5::archive | |
| complete_path(std::string path) const | alps::hdf5::archive | |
| COMPRESS enum value | alps::hdf5::archive | |
| create_group(std::string path) const | alps::hdf5::archive | |
| decode_segment(std::string segment) const | alps::hdf5::archive | |
| delete_attribute(std::string path) const | alps::hdf5::archive | |
| delete_data(std::string path) const | alps::hdf5::archive | |
| delete_group(std::string path) const | alps::hdf5::archive | |
| dimensions(std::string path) const | alps::hdf5::archive | |
| encode_segment(std::string segment) const | alps::hdf5::archive | |
| extent(std::string path) const | alps::hdf5::archive | |
| get_context() const | alps::hdf5::archive | |
| get_filename() const | alps::hdf5::archive | |
| is_attribute(std::string path) const | alps::hdf5::archive | |
| is_complex(std::string path) const | alps::hdf5::archive | |
| is_data(std::string path) const | alps::hdf5::archive | |
| is_datatype(std::string path) const | alps::hdf5::archive | inline |
| is_datatype_impl(std::string path, T) const -> typename std::enable_if< is_native_type< T >::value, bool >::type | alps::hdf5::archive | |
| is_group(std::string path) const | alps::hdf5::archive | |
| is_null(std::string path) const | alps::hdf5::archive | |
| is_open() | alps::hdf5::archive | |
| is_scalar(std::string path) const | alps::hdf5::archive | |
| list_attributes(std::string path) const | alps::hdf5::archive | |
| list_children(std::string path) const | alps::hdf5::archive | |
| MEMORY enum value | alps::hdf5::archive | |
| open(const std::string &filename, const std::string &mode="r") | alps::hdf5::archive | |
| operator[](std::string const &path) | alps::hdf5::archive | |
| properties enum name | alps::hdf5::archive | |
| read(std::string path, T *, std::vector< std::size_t >, std::vector< std::size_t >=std::vector< std::size_t >()) const -> typename std::enable_if<!is_native_type< T >::value, void >::type | alps::hdf5::archive | inline |
| read(std::string path, T &value) const -> typename std::enable_if< is_native_type< T >::value, void >::type | alps::hdf5::archive | |
| read(std::string path, T *value, std::vector< std::size_t > chunk, std::vector< std::size_t > offset=std::vector< std::size_t >()) const -> typename std::enable_if< is_native_type< T >::value, void >::type | alps::hdf5::archive | |
| READ enum value | alps::hdf5::archive | |
| set_complex(std::string path) | alps::hdf5::archive | |
| set_context(std::string const &context) | alps::hdf5::archive | |
| WRITE enum value | alps::hdf5::archive | |
| write(std::string path, T const *value, std::vector< std::size_t > size, std::vector< std::size_t > chunk=std::vector< std::size_t >(), std::vector< std::size_t > offset=std::vector< std::size_t >()) const -> typename std::enable_if<!is_native_type< T >::value, void >::type | alps::hdf5::archive | inline |
| write(std::string path, T value) const -> typename std::enable_if< is_native_type< T >::value, void >::type | alps::hdf5::archive | |
| write(std::string path, T const *value, std::vector< std::size_t > size, std::vector< std::size_t > chunk=std::vector< std::size_t >(), std::vector< std::size_t > offset=std::vector< std::size_t >()) const -> typename std::enable_if< is_native_type< T >::value, void >::type | alps::hdf5::archive | |
| ~archive() | alps::hdf5::archive | virtual |
1.8.11