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

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"
Include dependency graph for Stream1dArray.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Stream a 1-dimensional VLS array into memory.