![]() |
HDF5
1.12.0
|
#include <H5Dpkg.h>
Data Fields | |
| const H5T_t * | mem_type |
| const H5T_t * | dset_type |
| H5T_path_t * | tpath |
| hid_t | src_type_id |
| hid_t | dst_type_id |
| size_t | src_type_size |
| size_t | dst_type_size |
| size_t | max_type_size |
| hbool_t | is_conv_noop |
| hbool_t | is_xform_noop |
| const H5T_subset_info_t * | cmpd_subset |
| H5T_bkg_t | need_bkg |
| size_t | request_nelmts |
| uint8_t * | tconv_buf |
| hbool_t | tconv_buf_allocated |
| uint8_t * | bkg_buf |
| hbool_t | bkg_buf_allocated |
| uint8_t* bkg_buf |
| hbool_t bkg_buf_allocated |
| const H5T_subset_info_t* cmpd_subset |
Referenced by H5D__scatgath_write().
| const H5T_t* dset_type |
Referenced by H5D__mpio_opt_possible().
| hid_t dst_type_id |
| size_t dst_type_size |
Referenced by H5D__scatgath_read(), and H5D__scatgath_write().
| hbool_t is_conv_noop |
Referenced by H5D__mpio_opt_possible().
| hbool_t is_xform_noop |
Referenced by H5D__mpio_opt_possible().
| size_t max_type_size |
| const H5T_t* mem_type |
| H5T_bkg_t need_bkg |
| size_t request_nelmts |
Referenced by H5D__scatgath_read(), and H5D__scatgath_write().
| hid_t src_type_id |
| size_t src_type_size |
Referenced by H5D__scatgath_read(), and H5D__scatgath_write().
| uint8_t* tconv_buf |
Referenced by H5D__scatgath_write().
| hbool_t tconv_buf_allocated |
| H5T_path_t* tpath |