uzuki2
Recovering R lists faithfully from HDF5 or JSON
Loading...
Searching...
No Matches
Public Attributes | List of all members
uzuki2::hdf5::Options Struct Reference

Options for HDF5 file parsing. More...

#include <parse_hdf5.hpp>

Public Attributes

hsize_t buffer_size = 10000
 
bool strict_list = true
 

Detailed Description

Options for HDF5 file parsing.

Member Data Documentation

◆ buffer_size

hsize_t uzuki2::hdf5::Options::buffer_size = 10000

Buffer size, in terms of the number of elements, to use for reading data from HDF5 datasets.

◆ strict_list

bool uzuki2::hdf5::Options::strict_list = true

Whether to throw an error if the top-level R object is not an R list.


The documentation for this struct was generated from the following file: