ritsuko
Helper utilities for ArtifactDB C++ code
Loading...
Searching...
No Matches
exceeds_limit.hpp File Reference

Check for larger-than-expected types in HDF5 datasets. More...

#include "H5Cpp.h"
#include <stdexcept>
Include dependency graph for exceeds_limit.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Check for larger-than-expected types in HDF5 datasets.