h5gt 0.2.0
C++ wrapper for HDF5 library (based on HighFive project)
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
H5Easy::detail::io_impl< T, typename > Struct Template Reference

Static Public Member Functions

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)
 

The documentation for this struct was generated from the following file: