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

Load HDF5 attributes. More...

#include "H5Cpp.h"
#include <vector>
#include <string>
#include "get_1d_length.hpp"
#include "as_numeric_datatype.hpp"
#include "_strings.hpp"
Include dependency graph for load_attribute.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

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)
 

Detailed Description

Load HDF5 attributes.