HDF5  1.12.0
H5Tcommit.c File Reference

Functions

 H5FL_EXTERN (H5VL_t)
 
 H5FL_EXTERN (H5VL_object_t)
 
herr_t H5Tcommit2 (hid_t loc_id, const char *name, hid_t type_id, hid_t lcpl_id, hid_t tcpl_id, hid_t tapl_id)
 
herr_t H5T__commit_named (const H5G_loc_t *loc, const char *name, H5T_t *dt, hid_t lcpl_id, hid_t tcpl_id)
 
herr_t H5Tcommit_anon (hid_t loc_id, hid_t type_id, hid_t tcpl_id, hid_t tapl_id)
 
herr_t H5T__commit_anon (H5F_t *file, H5T_t *type, hid_t tcpl_id)
 
herr_t H5T__commit (H5F_t *file, H5T_t *type, hid_t tcpl_id)
 
htri_t H5Tcommitted (hid_t type_id)
 
int H5T_link (const H5T_t *type, int adjust)
 
hid_t H5Topen2 (hid_t loc_id, const char *name, hid_t tapl_id)
 
hid_t H5Tget_create_plist (hid_t dtype_id)
 
herr_t H5Tflush (hid_t type_id)
 
herr_t H5Trefresh (hid_t type_id)
 
hid_t H5T__get_create_plist (const H5T_t *type)
 
H5T_tH5T__open_name (const H5G_loc_t *loc, const char *name)
 
H5T_tH5T_open (const H5G_loc_t *loc)
 
herr_t H5T_update_shared (H5T_t *dt)
 
H5T_tH5T_construct_datatype (H5VL_object_t *vol_obj)
 
H5VL_object_tH5T_get_named_type (const H5T_t *dt)
 
H5T_tH5T_get_actual_type (H5T_t *dt)
 
herr_t H5T_save_refresh_state (hid_t tid, H5O_shared_t *cached_H5O_shared)
 
herr_t H5T_restore_refresh_state (hid_t tid, H5O_shared_t *cached_H5O_shared)
 
hbool_t H5T_already_vol_managed (const H5T_t *dt)
 

Function Documentation

◆ H5FL_EXTERN() [1/2]

H5FL_EXTERN ( H5VL_object_t  )

◆ H5FL_EXTERN() [2/2]

H5FL_EXTERN ( H5VL_t  )

◆ H5T__commit()

◆ H5T__commit_anon()

herr_t H5T__commit_anon ( H5F_t file,
H5T_t type,
hid_t  tcpl_id 
)

◆ H5T__commit_named()

◆ H5T__get_create_plist()

◆ H5T__open_name()

◆ H5T_already_vol_managed()

hbool_t H5T_already_vol_managed ( const H5T_t dt)

◆ H5T_construct_datatype()

◆ H5T_get_actual_type()

H5T_t* H5T_get_actual_type ( H5T_t dt)

◆ H5T_get_named_type()

H5VL_object_t* H5T_get_named_type ( const H5T_t dt)

◆ H5T_link()

int H5T_link ( const H5T_t type,
int  adjust 
)

◆ H5T_open()

◆ H5T_restore_refresh_state()

◆ H5T_save_refresh_state()

◆ H5T_update_shared()

herr_t H5T_update_shared ( H5T_t dt)

◆ H5Tcommit2()

◆ H5Tcommit_anon()

◆ H5Tcommitted()

htri_t H5Tcommitted ( hid_t  type_id)

◆ H5Tflush()

◆ H5Tget_create_plist()

◆ H5Topen2()

◆ H5Trefresh()