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

Open HDF5 datasets for a VLS array. More...

#include "H5Cpp.h"
#include <string>
#include <stdexcept>
#include "../open.hpp"
#include "../get_name.hpp"
#include "Pointer.hpp"
Include dependency graph for open.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.
 
namespace  ritsuko::hdf5::vls
 Assorted functions for handling ritsuko's custom VLS arrays.
 

Functions

H5::DataSet ritsuko::hdf5::vls::open_pointers (const H5::Group &handle, const char *name, size_t offset_precision, size_t length_precision)
 
H5::DataSet ritsuko::hdf5::vls::open_heap (const H5::Group &handle, const char *name)
 

Detailed Description

Open HDF5 datasets for a VLS array.