|
ritsuko
Helper utilities for ArtifactDB C++ code
|
| ▼ ritsuko | |
| ▼ hdf5 | |
| ▼ vls | |
| open.hpp | Open HDF5 datasets for a VLS array |
| Pointer.hpp | Compound datatype for the VLS heap pointer |
| Stream1dArray.hpp | Stream a 1-dimensional VLS array into memory |
| validate.hpp | Helper functions to validate VLS arrays |
| vls.hpp | Utilities for handling ritsuko's custom VLS arrays |
| as_numeric_datatype.hpp | Choose a HDF5 datatype |
| exceeds_limit.hpp | Check for larger-than-expected types in HDF5 datasets |
| get_1d_length.hpp | Get the length of a 1-dimensional HDF5 dataset |
| get_dimensions.hpp | Get the dimensions of a HDF5 dataset |
| get_name.hpp | Get the name of a HDF5 object |
| hdf5.hpp | Umbrella header for ritsuko's HDF5 utilities |
| is_utf8_string.hpp | Check if a string datatype uses a UTF-8 encoding |
| IterateNdDataset.hpp | Iterate through an N-dimensional dataset by block |
| load_attribute.hpp | Load HDF5 attributes |
| load_dataset.hpp | Helper functions to load datasets |
| miscellaneous.hpp | Miscellaneous functions for user convenience |
| missing_placeholder.hpp | Get the missing placeholder attribute |
| open.hpp | Convenience functions to safely open HDF5 handles |
| pick_1d_block_size.hpp | Pick a block size for a 1-dimensional HDF5 dataset |
| pick_nd_block_dimensions.hpp | Pick block dimensions for an N-dimensional HDF5 dataset |
| Stream1dNumericDataset.hpp | Stream a numeric 1-dimensional HDF5 dataset into memory |
| Stream1dStringDataset.hpp | Stream a numeric 1-dimensional HDF5 dataset into memory |
| validate_string.hpp | Helper functions to validate strings |
| choose_missing_placeholder.hpp | Choose a placeholder for missing values |
| find_extremes.hpp | Find extremes to use as missing placeholders |
| is_date_time.hpp | Utilities to check date and time formats |
| parse_version_string.hpp | Parse version strings |
| r_missing_value.hpp | Obtain R's missing value |
| ritsuko.hpp | Umbrella header for ritsuko |