![]() |
HDF5
1.12.0
|
#include "H5Dmodule.h"#include "H5private.h"#include "H5Dpkg.h"#include "H5Eprivate.h"#include "H5Iprivate.h"#include "H5VLprivate.h"Macros | |
| #define | H5D_TESTING /*suppress warning about H5D testing funcs*/ |
Functions | |
| herr_t | H5D__layout_version_test (hid_t did, unsigned *version) |
| herr_t | H5D__layout_contig_size_test (hid_t did, hsize_t *size) |
| herr_t | H5D__layout_compact_dirty_test (hid_t did, hbool_t *dirty) |
| herr_t | H5D__layout_type_test (hid_t did, H5D_layout_t *layout_type) |
| herr_t | H5D__layout_idx_type_test (hid_t did, H5D_chunk_index_t *idx_type) |
| herr_t | H5D__current_cache_size_test (hid_t did, size_t *nbytes_used, int *nused) |
| #define H5D_TESTING /*suppress warning about H5D testing funcs*/ |
| herr_t H5D__layout_idx_type_test | ( | hid_t | did, |
| H5D_chunk_index_t * | idx_type | ||
| ) |
| herr_t H5D__layout_type_test | ( | hid_t | did, |
| H5D_layout_t * | layout_type | ||
| ) |
1.8.18