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

Get the missing placeholder attribute. More...

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

void ritsuko::hdf5::check_numeric_missing_placeholder_attribute (const H5::DataSet &dset, const H5::Attribute &attr, bool type_class_only=false)
 
template<typename Type_ >
std::optional< Type_ > ritsuko::hdf5::open_and_load_optional_numeric_missing_placeholder (const H5::DataSet &handle, const char *attr_name)
 
void ritsuko::hdf5::check_string_missing_placeholder_attribute (const H5::Attribute &attr)
 
std::optional< std::string > ritsuko::hdf5::open_and_load_optional_string_missing_placeholder (const H5::DataSet &handle, const char *attr_name)
 

Detailed Description

Get the missing placeholder attribute.