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

Helper functions to validate strings. More...

#include <string>
#include <vector>
#include <stdexcept>
#include <cassert>
#include "H5Cpp.h"
#include "sanisizer/sanisizer.hpp"
#include "get_name.hpp"
#include "mock_contiguous_chunks.hpp"
#include "IterateChunks.hpp"
#include "ReclaimVlsMemory.hpp"
Include dependency graph for validate_string.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ritsuko
 Helper functions for ArtifactDB parsing and validation.
 
namespace  ritsuko::hdf5
 Utilities for reading and validating HDF5 files.
 

Functions

void ritsuko::hdf5::validate_scalar_string (const H5::DataSet &data)
 
void ritsuko::hdf5::validate_1d_strings (const H5::DataSet &data, hsize_t full_length)
 
void ritsuko::hdf5::validate_nd_strings (const H5::DataSet &data, const std::vector< hsize_t > &dimensions)
 
void ritsuko::hdf5::validate_scalar_string (const H5::Attribute &attr)
 
void ritsuko::hdf5::validate_1d_strings (const H5::Attribute &attr, hsize_t full_length)
 

Detailed Description

Helper functions to validate strings.