ritsuko
Helper utilities for ArtifactDB C++ code
|
Check for larger-than-expected types in HDF5 datasets. More...
#include "H5Cpp.h"
#include <stdexcept>
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 | |
bool | ritsuko::hdf5::exceeds_integer_limit (const H5::IntType &itype, size_t precision, bool is_signed) |
bool | ritsuko::hdf5::exceeds_integer_limit (const H5::DataSet &handle, size_t precision, bool is_signed) |
bool | ritsuko::hdf5::exceeds_integer_limit (const H5::Attribute &handle, size_t precision, bool is_signed) |
bool | ritsuko::hdf5::exceeds_float_limit (const H5::DataSet &handle, size_t precision) |
bool | ritsuko::hdf5::exceeds_float_limit (const H5::Attribute &handle, size_t precision) |
Check for larger-than-expected types in HDF5 datasets.