19std::string
mangle(
const std::string &name)
21 std::string res = name;
23 for (uint32_t n = 0; n < res.size(); ++n)
std::string value_grpname(void)
Return the name of "value group".
std::string mangle(const std::string &name)
Construct HDF5-compatible dataset name from a given string.
std::string name_grpname(void)
Return the name of "name group".
std::string name_filename(uint32_t n)
Return the name of n-th tensor attribute.
std::string value_filename(uint32_t n)
Return the name of n-th tensor dataset.