ritsuko
Helper utilities for ArtifactDB C++ code
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  ritsuko
  hdf5
  vls
 open.hppOpen HDF5 datasets for a VLS array
 Pointer.hppCompound datatype for the VLS heap pointer
 Stream1dArray.hppStream a 1-dimensional VLS array into memory
 validate.hppHelper functions to validate VLS arrays
 vls.hppUtilities for handling ritsuko's custom VLS arrays
 as_numeric_datatype.hppChoose a HDF5 datatype
 exceeds_limit.hppCheck for larger-than-expected types in HDF5 datasets
 get_1d_length.hppGet the length of a 1-dimensional HDF5 dataset
 get_dimensions.hppGet the dimensions of a HDF5 dataset
 get_name.hppGet the name of a HDF5 object
 hdf5.hppUmbrella header for ritsuko's HDF5 utilities
 is_utf8_string.hppCheck if a string datatype uses a UTF-8 encoding
 IterateNdDataset.hppIterate through an N-dimensional dataset by block
 load_attribute.hppLoad HDF5 attributes
 load_dataset.hppHelper functions to load datasets
 miscellaneous.hppMiscellaneous functions for user convenience
 missing_placeholder.hppGet the missing placeholder attribute
 open.hppConvenience functions to safely open HDF5 handles
 pick_1d_block_size.hppPick a block size for a 1-dimensional HDF5 dataset
 pick_nd_block_dimensions.hppPick block dimensions for an N-dimensional HDF5 dataset
 Stream1dNumericDataset.hppStream a numeric 1-dimensional HDF5 dataset into memory
 Stream1dStringDataset.hppStream a numeric 1-dimensional HDF5 dataset into memory
 validate_string.hppHelper functions to validate strings
 choose_missing_placeholder.hppChoose a placeholder for missing values
 find_extremes.hppFind extremes to use as missing placeholders
 is_date_time.hppUtilities to check date and time formats
 parse_version_string.hppParse version strings
 r_missing_value.hppObtain R's missing value
 ritsuko.hppUmbrella header for ritsuko