![]() |
HDF5
1.12.0
|
#include <H5Tpkg.h>
Data Fields | |
| H5T_order_t | order |
| size_t | prec |
| size_t | offset |
| H5T_pad_t | lsb_pad |
| H5T_pad_t | msb_pad |
| union { | |
| struct { | |
| H5T_sign_t sign | |
| } i | |
| struct { | |
| size_t sign | |
| size_t epos | |
| size_t esize | |
| uint64_t ebias | |
| size_t mpos | |
| size_t msize | |
| H5T_norm_t norm | |
| H5T_pad_t pad | |
| } f | |
| struct { | |
| H5T_cset_t cset | |
| H5T_str_t pad | |
| } s | |
| struct { | |
| H5R_type_t rtype | |
| unsigned version | |
| hbool_t opaque | |
| H5T_loc_t loc | |
| H5VL_object_t * file | |
| const H5T_ref_class_t * cls | |
| } r | |
| } | u |
| const H5T_ref_class_t* cls |
| H5T_cset_t cset |
| uint64_t ebias |
| size_t epos |
| size_t esize |
| struct { ... } f |
| H5VL_object_t* file |
| struct { ... } i |
Referenced by H5T__conv_i_f(), H5T__conv_i_i(), H5T_cmp(), H5T_debug(), H5T_get_sign(), and H5Tset_sign().
| H5T_loc_t loc |
| H5T_pad_t lsb_pad |
Referenced by H5T_cmp(), H5Tget_pad(), and H5Tset_pad().
| size_t mpos |
| H5T_pad_t msb_pad |
Referenced by H5T_cmp(), H5Tget_pad(), and H5Tset_pad().
| size_t msize |
| H5T_norm_t norm |
| size_t offset |
Referenced by H5T__conv_f_i(), H5T__conv_i_f(), H5T__conv_i_i(), H5T__conv_order(), H5T__conv_order_opt(), H5T__conv_s_s(), H5T_cmp(), H5T_debug(), and H5T_get_offset().
| hbool_t opaque |
| H5T_order_t order |
Referenced by H5T__conv_b_b(), H5T__conv_f_f(), H5T__conv_f_i(), H5T__conv_i_f(), H5T__conv_i_i(), H5T__conv_order(), H5T__conv_order_opt(), H5T_cmp(), H5T_debug(), and H5T_get_order().
| H5T_pad_t pad |
| H5T_str_t pad |
| size_t prec |
Referenced by H5T__conv_b_b(), H5T__conv_f_i(), H5T__conv_i_f(), H5T__conv_i_i(), H5T__conv_s_s(), H5T__ref_set_loc(), H5T_cmp(), H5T_debug(), H5T_get_precision(), and H5Tset_fields().
| struct { ... } r |
Referenced by H5T__conv_ref(), H5T__ref_set_loc(), H5T_cmp(), and H5T_get_ref_type().
| H5R_type_t rtype |
| struct { ... } s |
Referenced by H5T__conv_s_s(), H5T_cmp(), H5Tget_cset(), H5Tget_strpad(), H5Tset_cset(), and H5Tset_strpad().
| H5T_sign_t sign |
| size_t sign |
| union { ... } u |
Referenced by H5T__conv_f_f(), H5T__conv_f_i(), H5T__conv_i_f(), H5T__conv_i_i(), H5T__conv_order(), H5T__conv_order_opt(), H5T__conv_ref(), H5T__conv_s_s(), H5T__ref_set_loc(), H5T_cmp(), H5T_debug(), H5T_get_ref_type(), H5T_get_sign(), H5Tget_cset(), H5Tget_ebias(), H5Tget_fields(), H5Tget_inpad(), H5Tget_norm(), H5Tget_strpad(), H5Tset_cset(), H5Tset_ebias(), H5Tset_fields(), H5Tset_inpad(), H5Tset_norm(), H5Tset_sign(), and H5Tset_strpad().
| unsigned version |