![]() |
HDF5
1.12.0
|
#include <H5Tpkg.h>
Data Fields | |
| char | name [H5T_NAMELEN] |
| H5T_t * | src |
| H5T_t * | dst |
| H5T_conv_func_t | conv |
| hbool_t | is_hard |
| hbool_t | is_noop |
| hbool_t | are_compounds |
| H5T_stats_t | stats |
| H5T_cdata_t | cdata |
| hbool_t are_compounds |
Referenced by H5T_path_compound_subset().
| H5T_cdata_t cdata |
Referenced by H5T__conv_array(), H5T__conv_vlen(), H5T_path_bkg(), H5T_path_compound_subset(), and H5Tfind().
| H5T_conv_func_t conv |
Referenced by H5Tfind().
| H5T_t* dst |
Referenced by H5T__print_stats(), and H5T_path_noop().
| hbool_t is_hard |
Referenced by H5T_path_noop().
| hbool_t is_noop |
Referenced by H5T_path_noop().
| char name[H5T_NAMELEN] |
Referenced by H5T__print_stats().
| H5T_t* src |
Referenced by H5T__print_stats(), and H5T_path_noop().
| H5T_stats_t stats |
Referenced by H5T__print_stats().