|
ritsuko
Helper utilities for ArtifactDB C++ code
|
Convenience functions to safely open HDF5 handles. More...
#include "H5Cpp.h"#include <filesystem>#include <stdexcept>#include <string>

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 Path_ > | |
| H5::H5File | ritsuko::hdf5::open_file (const Path_ &path) |
| H5::Group | ritsuko::hdf5::open_group (const H5::Group &handle, const char *name) |
| H5::DataSet | ritsuko::hdf5::open_dataset (const H5::Group &handle, const char *name) |
| template<class Object_ > | |
| H5::Attribute | ritsuko::hdf5::open_attribute (const Object_ &handle, const char *name) |
Convenience functions to safely open HDF5 handles.