#include <H5Easy_scalar.hpp>
|
static DataSet | dump (File &file, const std::string &path, const T &data, const DumpOptions &options) |
|
static T | load (const File &file, const std::string &path) |
|
static Attribute | dumpAttribute (File &file, const std::string &path, const std::string &key, const T &data, const DumpOptions &options) |
|
static T | loadAttribute (const File &file, const std::string &path, const std::string &key) |
|
static DataSet | dump_extend (File &file, const std::string &path, const T &data, const std::vector< size_t > &idx, const DumpOptions &options) |
|
static T | load_part (const File &file, const std::string &path, const std::vector< size_t > &idx) |
|
◆ dump()
template<typename T , typename = void>
◆ dump_extend()
template<typename T , typename = void>
◆ dumpAttribute()
template<typename T , typename = void>
◆ load()
template<typename T , typename = void>
◆ load_part()
template<typename T , typename = void>
◆ loadAttribute()
template<typename T , typename = void>
The documentation for this struct was generated from the following file: