ritsuko
Helper utilities for ArtifactDB C++ code
|
Load HDF5 attributes. More...
#include "H5Cpp.h"
#include <vector>
#include <string>
#include "get_1d_length.hpp"
#include "as_numeric_datatype.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 | |
std::string | ritsuko::hdf5::load_scalar_string_attribute (const H5::Attribute &attr) |
std::vector< std::string > | ritsuko::hdf5::load_1d_string_attribute (const H5::Attribute &attr, hsize_t full_length) |
std::vector< std::string > | ritsuko::hdf5::load_1d_string_attribute (const H5::Attribute &attr) |
template<typename Type_ > | |
Type_ | ritsuko::hdf5::load_scalar_numeric_attribute (const H5::Attribute &attr) |
template<typename Type_ > | |
std::vector< Type_ > | ritsuko::hdf5::load_1d_numeric_attribute (const H5::Attribute &attr, hsize_t full_length) |
template<typename Type_ > | |
std::vector< Type_ > | ritsuko::hdf5::load_1d_numeric_attribute (const H5::Attribute &attr) |
Load HDF5 attributes.