|
ritsuko
Helper utilities for ArtifactDB C++ code
|
Helper functions to validate VLS arrays. More...
#include <string>#include <vector>#include <stdexcept>#include "H5Cpp.h"#include "../get_name.hpp"#include "../pick_1d_block_size.hpp"#include "../pick_nd_block_dimensions.hpp"#include "../IterateNdDataset.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 | |
| template<typename Offset_ , typename Length_ > | |
| void | ritsuko::hdf5::vls::validate_1d_array (const H5::DataSet &handle, hsize_t full_length, hsize_t heap_length, hsize_t buffer_size) |
| template<typename Offset_ , typename Length_ > | |
| void | ritsuko::hdf5::vls::validate_nd_array (const H5::DataSet &handle, const std::vector< hsize_t > &dimensions, hsize_t heap_length, hsize_t buffer_size) |
Helper functions to validate VLS arrays.