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

Miscellaneous functions for user convenience. More...

#include <string>
#include "H5Cpp.h"
#include "open.hpp"
#include "load_attribute.hpp"
#include "is_utf8_string.hpp"
#include "get_1d_length.hpp"
Include dependency graph for miscellaneous.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

template<class H5Object_ >
H5::Attribute ritsuko::hdf5::open_scalar_attribute (const H5Object_ &handle, const char *name)
 
template<class H5Object_ >
std::string ritsuko::hdf5::open_and_load_scalar_string_attribute (const H5Object_ &handle, const char *name, bool utf8=true)
 

Detailed Description

Miscellaneous functions for user convenience.