ritsuko
Helper utilities for ArtifactDB C++ code
|
Miscellaneous functions for user convenience. More...
#include <string>
#include "H5Cpp.h"
#include "open.hpp"
#include "load_attribute.hpp"
#include "is_utf8_string.hpp"
#include "get_1d_length.hpp"
Go to the source code of this file.
Namespaces | |
namespace | ritsuko |
Assorted helper functions for parsing and validation. | |
namespace | ritsuko::hdf5 |
Assorted helper functions for HDF5 parsing. | |
Functions | |
template<class H5Object_ > | |
H5::Attribute | ritsuko::hdf5::open_scalar_attribute (const H5Object_ &handle, const char *name) |
template<class H5Object_ > | |
std::string | ritsuko::hdf5::open_and_load_scalar_string_attribute (const H5Object_ &handle, const char *name, bool utf8=true) |
Miscellaneous functions for user convenience.