4#ifndef H5UTILS_COMMON_H
5#define H5UTILS_COMMON_H
10 class DSetCreatPropList;
25 H5::CompType
packed(H5::CompType in);
33 std::vector<hsize_t>
getStriding(std::vector<hsize_t> max_length);
36 void throwIfExists(
const std::string& name,
const H5::Group& in_group);
clssses to add type traits for H5
H5::CompType packed(H5::CompType in)
H5::DSetCreatPropList getChunckedDatasetParams(const WriterConfiguration< N > &)
std::vector< hsize_t > getStriding(std::vector< hsize_t > max_length)
H5::DataSpace getUnlimitedSpace(const std::vector< hsize_t > &max_length)
void printDestructorError(const std::string &msg)
void throwIfExists(const std::string &name, const H5::Group &in_group)