ritsuko
Helper utilities for ArtifactDB C++ code
|
Stream a 1-dimensional VLS array into memory. More...
#include "H5Cpp.h"
#include <vector>
#include <string>
#include <stdexcept>
#include <cstdint>
#include "../pick_1d_block_size.hpp"
#include "../get_1d_length.hpp"
#include "../get_name.hpp"
#include "../_strings.hpp"
#include "Pointer.hpp"
Go to the source code of this file.
Classes | |
class | ritsuko::hdf5::vls::Stream1dArray< Offset_, Length_ > |
Stream a 1-dimensional VLS array into memory. More... | |
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. | |
Stream a 1-dimensional VLS array into memory.