HDF5  1.12.0
H5Tconv.c File Reference

Data Structures

struct  H5T_conv_struct_t
 
struct  H5T_enum_struct_t
 
struct  H5T_conv_hw_t
 

Typedefs

typedef struct H5T_conv_struct_t H5T_conv_struct_t
 
typedef struct H5T_enum_struct_t H5T_enum_struct_t
 
typedef struct H5T_conv_hw_t H5T_conv_hw_t
 

Functions

 H5FL_BLK_DEFINE_STATIC (vlen_seq)
 
 H5FL_BLK_DEFINE_STATIC (array_seq)
 
 H5FL_BLK_DEFINE_STATIC (ref_seq)
 
herr_t H5T__conv_noop (hid_t H5_ATTR_UNUSED src_id, hid_t H5_ATTR_UNUSED dst_id, H5T_cdata_t *cdata, size_t H5_ATTR_UNUSED nelmts, size_t H5_ATTR_UNUSED buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void H5_ATTR_UNUSED *buf, void H5_ATTR_UNUSED *background)
 
herr_t H5T__conv_order_opt (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *_buf, void H5_ATTR_UNUSED *background)
 
herr_t H5T__conv_order (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *_buf, void H5_ATTR_UNUSED *background)
 
herr_t H5T__conv_b_b (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *_buf, void H5_ATTR_UNUSED *background)
 
H5T_subset_info_tH5T__conv_struct_subset (const H5T_cdata_t *cdata)
 
herr_t H5T__conv_struct (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t bkg_stride, void *_buf, void *_bkg)
 
herr_t H5T__conv_struct_opt (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t bkg_stride, void *_buf, void *_bkg)
 
herr_t H5T__conv_enum (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *_buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_enum_numeric (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t H5_ATTR_UNUSED buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *_buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_vlen (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t bkg_stride, void *buf, void *bkg)
 
herr_t H5T__conv_array (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t bkg_stride, void *_buf, void H5_ATTR_UNUSED *_bkg)
 
herr_t H5T__conv_ref (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t bkg_stride, void *buf, void *bkg)
 
herr_t H5T__conv_i_i (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_f_f (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_s_s (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_schar_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uchar_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_short_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ushort_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_int_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_uint_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_long_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ulong_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_llong_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_float (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_double (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ullong_ldouble (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_schar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_uchar (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_short (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_ushort (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_int (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_uint (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_long (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_ulong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_float_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_double_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_llong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_ldouble_ullong (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_f_i (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T__conv_i_f (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride, size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
 
herr_t H5T_reclaim (hid_t type_id, H5S_t *space, void *buf)
 
herr_t H5T_reclaim_cb (void *elem, const H5T_t *dt, unsigned H5_ATTR_UNUSED ndim, const hsize_t H5_ATTR_UNUSED *point, void *op_data)
 

Typedef Documentation

◆ H5T_conv_hw_t

typedef struct H5T_conv_hw_t H5T_conv_hw_t

◆ H5T_conv_struct_t

◆ H5T_enum_struct_t

Function Documentation

◆ H5FL_BLK_DEFINE_STATIC() [1/3]

H5FL_BLK_DEFINE_STATIC ( array_seq  )

◆ H5FL_BLK_DEFINE_STATIC() [2/3]

H5FL_BLK_DEFINE_STATIC ( ref_seq  )

◆ H5FL_BLK_DEFINE_STATIC() [3/3]

H5FL_BLK_DEFINE_STATIC ( vlen_seq  )

◆ H5T__conv_array()

◆ H5T__conv_b_b()

◆ H5T__conv_double_float()

herr_t H5T__conv_double_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_double_int()

herr_t H5T__conv_double_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_double_ldouble()

herr_t H5T__conv_double_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_double_llong()

herr_t H5T__conv_double_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_double_long()

herr_t H5T__conv_double_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_double_schar()

herr_t H5T__conv_double_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_double_short()

herr_t H5T__conv_double_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_double_uchar()

herr_t H5T__conv_double_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_double_uint()

herr_t H5T__conv_double_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_double_ullong()

herr_t H5T__conv_double_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_double_ulong()

herr_t H5T__conv_double_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_double_ushort()

herr_t H5T__conv_double_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_enum()

herr_t H5T__conv_enum ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  _buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_enum_numeric()

herr_t H5T__conv_enum_numeric ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t H5_ATTR_UNUSED  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  _buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_f_f()

◆ H5T__conv_f_i()

◆ H5T__conv_float_double()

herr_t H5T__conv_float_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_float_int()

herr_t H5T__conv_float_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_float_ldouble()

herr_t H5T__conv_float_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_float_llong()

herr_t H5T__conv_float_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_float_long()

herr_t H5T__conv_float_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_float_schar()

herr_t H5T__conv_float_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_float_short()

herr_t H5T__conv_float_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_float_uchar()

herr_t H5T__conv_float_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_float_uint()

herr_t H5T__conv_float_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_float_ullong()

herr_t H5T__conv_float_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_float_ulong()

herr_t H5T__conv_float_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_float_ushort()

herr_t H5T__conv_float_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_i_f()

◆ H5T__conv_i_i()

◆ H5T__conv_int_double()

herr_t H5T__conv_int_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_int_float()

herr_t H5T__conv_int_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_int_ldouble()

herr_t H5T__conv_int_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_int_llong()

herr_t H5T__conv_int_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_int_long()

herr_t H5T__conv_int_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_int_schar()

herr_t H5T__conv_int_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_int_short()

herr_t H5T__conv_int_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_int_uchar()

herr_t H5T__conv_int_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_int_uint()

herr_t H5T__conv_int_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_int_ullong()

herr_t H5T__conv_int_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_int_ulong()

herr_t H5T__conv_int_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_int_ushort()

herr_t H5T__conv_int_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_double()

herr_t H5T__conv_ldouble_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_float()

herr_t H5T__conv_ldouble_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_int()

herr_t H5T__conv_ldouble_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_llong()

herr_t H5T__conv_ldouble_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_long()

herr_t H5T__conv_ldouble_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_schar()

herr_t H5T__conv_ldouble_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_short()

herr_t H5T__conv_ldouble_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_uchar()

herr_t H5T__conv_ldouble_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_uint()

herr_t H5T__conv_ldouble_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_ullong()

herr_t H5T__conv_ldouble_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_ulong()

herr_t H5T__conv_ldouble_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ldouble_ushort()

herr_t H5T__conv_ldouble_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_double()

herr_t H5T__conv_llong_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_float()

herr_t H5T__conv_llong_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_int()

herr_t H5T__conv_llong_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_ldouble()

herr_t H5T__conv_llong_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_long()

herr_t H5T__conv_llong_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_schar()

herr_t H5T__conv_llong_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_short()

herr_t H5T__conv_llong_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_uchar()

herr_t H5T__conv_llong_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_uint()

herr_t H5T__conv_llong_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_ullong()

herr_t H5T__conv_llong_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_ulong()

herr_t H5T__conv_llong_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_llong_ushort()

herr_t H5T__conv_llong_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_double()

herr_t H5T__conv_long_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_float()

herr_t H5T__conv_long_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_int()

herr_t H5T__conv_long_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_ldouble()

herr_t H5T__conv_long_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_llong()

herr_t H5T__conv_long_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_schar()

herr_t H5T__conv_long_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_short()

herr_t H5T__conv_long_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_uchar()

herr_t H5T__conv_long_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_uint()

herr_t H5T__conv_long_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_ullong()

herr_t H5T__conv_long_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_ulong()

herr_t H5T__conv_long_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_long_ushort()

herr_t H5T__conv_long_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_noop()

herr_t H5T__conv_noop ( hid_t H5_ATTR_UNUSED  src_id,
hid_t H5_ATTR_UNUSED  dst_id,
H5T_cdata_t cdata,
size_t H5_ATTR_UNUSED  nelmts,
size_t H5_ATTR_UNUSED  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void H5_ATTR_UNUSED *  buf,
void H5_ATTR_UNUSED *  background 
)

◆ H5T__conv_order()

◆ H5T__conv_order_opt()

◆ H5T__conv_ref()

◆ H5T__conv_s_s()

◆ H5T__conv_schar_double()

herr_t H5T__conv_schar_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_schar_float()

herr_t H5T__conv_schar_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_schar_int()

herr_t H5T__conv_schar_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_schar_ldouble()

herr_t H5T__conv_schar_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_schar_llong()

herr_t H5T__conv_schar_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_schar_long()

herr_t H5T__conv_schar_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_schar_short()

herr_t H5T__conv_schar_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_schar_uchar()

herr_t H5T__conv_schar_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_schar_uint()

herr_t H5T__conv_schar_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_schar_ullong()

herr_t H5T__conv_schar_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_schar_ulong()

herr_t H5T__conv_schar_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_schar_ushort()

herr_t H5T__conv_schar_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_double()

herr_t H5T__conv_short_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_float()

herr_t H5T__conv_short_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_int()

herr_t H5T__conv_short_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_ldouble()

herr_t H5T__conv_short_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_llong()

herr_t H5T__conv_short_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_long()

herr_t H5T__conv_short_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_schar()

herr_t H5T__conv_short_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_uchar()

herr_t H5T__conv_short_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_uint()

herr_t H5T__conv_short_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_ullong()

herr_t H5T__conv_short_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_ulong()

herr_t H5T__conv_short_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_short_ushort()

herr_t H5T__conv_short_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_struct()

herr_t H5T__conv_struct ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t  bkg_stride,
void *  _buf,
void *  _bkg 
)

◆ H5T__conv_struct_opt()

herr_t H5T__conv_struct_opt ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t  bkg_stride,
void *  _buf,
void *  _bkg 
)

◆ H5T__conv_struct_subset()

◆ H5T__conv_uchar_double()

herr_t H5T__conv_uchar_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uchar_float()

herr_t H5T__conv_uchar_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uchar_int()

herr_t H5T__conv_uchar_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uchar_ldouble()

herr_t H5T__conv_uchar_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uchar_llong()

herr_t H5T__conv_uchar_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uchar_long()

herr_t H5T__conv_uchar_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uchar_schar()

herr_t H5T__conv_uchar_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uchar_short()

herr_t H5T__conv_uchar_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uchar_uint()

herr_t H5T__conv_uchar_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uchar_ullong()

herr_t H5T__conv_uchar_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uchar_ulong()

herr_t H5T__conv_uchar_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uchar_ushort()

herr_t H5T__conv_uchar_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_double()

herr_t H5T__conv_uint_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_float()

herr_t H5T__conv_uint_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_int()

herr_t H5T__conv_uint_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_ldouble()

herr_t H5T__conv_uint_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_llong()

herr_t H5T__conv_uint_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_long()

herr_t H5T__conv_uint_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_schar()

herr_t H5T__conv_uint_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_short()

herr_t H5T__conv_uint_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_uchar()

herr_t H5T__conv_uint_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_ullong()

herr_t H5T__conv_uint_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_ulong()

herr_t H5T__conv_uint_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_uint_ushort()

herr_t H5T__conv_uint_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_double()

herr_t H5T__conv_ullong_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_float()

herr_t H5T__conv_ullong_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_int()

herr_t H5T__conv_ullong_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_ldouble()

herr_t H5T__conv_ullong_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_llong()

herr_t H5T__conv_ullong_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_long()

herr_t H5T__conv_ullong_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_schar()

herr_t H5T__conv_ullong_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_short()

herr_t H5T__conv_ullong_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_uchar()

herr_t H5T__conv_ullong_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_uint()

herr_t H5T__conv_ullong_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_ulong()

herr_t H5T__conv_ullong_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ullong_ushort()

herr_t H5T__conv_ullong_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_double()

herr_t H5T__conv_ulong_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_float()

herr_t H5T__conv_ulong_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_int()

herr_t H5T__conv_ulong_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_ldouble()

herr_t H5T__conv_ulong_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_llong()

herr_t H5T__conv_ulong_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_long()

herr_t H5T__conv_ulong_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_schar()

herr_t H5T__conv_ulong_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_short()

herr_t H5T__conv_ulong_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_uchar()

herr_t H5T__conv_ulong_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_uint()

herr_t H5T__conv_ulong_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_ullong()

herr_t H5T__conv_ulong_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ulong_ushort()

herr_t H5T__conv_ulong_ushort ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_double()

herr_t H5T__conv_ushort_double ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_float()

herr_t H5T__conv_ushort_float ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_int()

herr_t H5T__conv_ushort_int ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_ldouble()

herr_t H5T__conv_ushort_ldouble ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_llong()

herr_t H5T__conv_ushort_llong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_long()

herr_t H5T__conv_ushort_long ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_schar()

herr_t H5T__conv_ushort_schar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_short()

herr_t H5T__conv_ushort_short ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_uchar()

herr_t H5T__conv_ushort_uchar ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_uint()

herr_t H5T__conv_ushort_uint ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_ullong()

herr_t H5T__conv_ushort_ullong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_ushort_ulong()

herr_t H5T__conv_ushort_ulong ( hid_t  src_id,
hid_t  dst_id,
H5T_cdata_t cdata,
size_t  nelmts,
size_t  buf_stride,
size_t H5_ATTR_UNUSED  bkg_stride,
void *  buf,
void H5_ATTR_UNUSED *  bkg 
)

◆ H5T__conv_vlen()

◆ H5T_reclaim()

◆ H5T_reclaim_cb()

herr_t H5T_reclaim_cb ( void *  elem,
const H5T_t dt,
unsigned H5_ATTR_UNUSED  ndim,
const hsize_t H5_ATTR_UNUSED *  point,
void *  op_data 
)