ritsuko
Helper utilities for ArtifactDB C++ code
|
Helper functions to validate strings. More...
#include <string>
#include <vector>
#include <stdexcept>
#include "H5Cpp.h"
#include "get_name.hpp"
#include "get_1d_length.hpp"
#include "get_dimensions.hpp"
#include "pick_1d_block_size.hpp"
#include "pick_nd_block_dimensions.hpp"
#include "IterateNdDataset.hpp"
#include "_strings.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. | |
Functions | |
void | ritsuko::hdf5::validate_scalar_string_dataset (const H5::DataSet &handle) |
void | ritsuko::hdf5::validate_1d_string_dataset (const H5::DataSet &handle, hsize_t full_length, hsize_t buffer_size) |
void | ritsuko::hdf5::validate_1d_string_dataset (const H5::DataSet &handle, hsize_t buffer_size) |
void | ritsuko::hdf5::validate_nd_string_dataset (const H5::DataSet &handle, const std::vector< hsize_t > &dimensions, hsize_t buffer_size) |
void | ritsuko::hdf5::validate_nd_string_dataset (const H5::DataSet &handle, hsize_t buffer_size) |
void | ritsuko::hdf5::validate_scalar_string_attribute (const H5::Attribute &attr) |
void | ritsuko::hdf5::validate_1d_string_attribute (const H5::Attribute &attr, hsize_t full_length) |
void | ritsuko::hdf5::validate_1d_string_attribute (const H5::Attribute &attr) |
Helper functions to validate strings.