ritsuko
Helper utilities for ArtifactDB C++ code
|
Stream a numeric 1-dimensional HDF5 dataset into memory. More...
#include "H5Cpp.h"
#include <vector>
#include <stdexcept>
#include "pick_1d_block_size.hpp"
#include "get_1d_length.hpp"
#include "get_name.hpp"
#include "as_numeric_datatype.hpp"
Go to the source code of this file.
Classes | |
class | ritsuko::hdf5::Stream1dNumericDataset< Type_ > |
Stream a numeric 1-dimensional HDF5 dataset into memory. More... | |
Namespaces | |
namespace | ritsuko |
Assorted helper functions for parsing and validation. | |
namespace | ritsuko::hdf5 |
Assorted helper functions for HDF5 parsing. | |
Stream a numeric 1-dimensional HDF5 dataset into memory.