ritsuko
Helper utilities for ArtifactDB C++ code
|
Open HDF5 datasets for a VLS array. More...
#include "H5Cpp.h"
#include <string>
#include <stdexcept>
#include "../open.hpp"
#include "../get_name.hpp"
#include "Pointer.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. | |
namespace | ritsuko::hdf5::vls |
Assorted functions for handling ritsuko's custom VLS arrays. | |
Functions | |
H5::DataSet | ritsuko::hdf5::vls::open_pointers (const H5::Group &handle, const char *name, size_t offset_precision, size_t length_precision) |
H5::DataSet | ritsuko::hdf5::vls::open_heap (const H5::Group &handle, const char *name) |
Open HDF5 datasets for a VLS array.