|
| | H5FL_DEFINE_STATIC (H5I_id_info_t) |
| |
| | H5FL_DEFINE_STATIC (H5I_id_type_t) |
| |
| | H5FL_DEFINE_STATIC (H5I_class_t) |
| |
| | H5FL_EXTERN (H5VL_object_t) |
| |
| int | H5I_term_package (void) |
| |
| H5I_type_t | H5Iregister_type (size_t hash_size, unsigned reserved, H5I_free_t free_func) |
| |
| herr_t | H5I_register_type (const H5I_class_t *cls) |
| |
| htri_t | H5Itype_exists (H5I_type_t type) |
| |
| herr_t | H5Inmembers (H5I_type_t type, hsize_t *num_members) |
| |
| int64_t | H5I_nmembers (H5I_type_t type) |
| |
| herr_t | H5Iclear_type (H5I_type_t type, hbool_t force) |
| |
| herr_t | H5I_clear_type (H5I_type_t type, hbool_t force, hbool_t app_ref) |
| |
| herr_t | H5Idestroy_type (H5I_type_t type) |
| |
| hid_t | H5Iregister (H5I_type_t type, const void *object) |
| |
| hid_t | H5I_register (H5I_type_t type, const void *object, hbool_t app_ref) |
| |
| herr_t | H5I_register_using_existing_id (H5I_type_t type, void *object, hbool_t app_ref, hid_t existing_id) |
| |
| void * | H5I_subst (hid_t id, const void *new_object) |
| |
| void * | H5I_object (hid_t id) |
| |
| void * | H5Iobject_verify (hid_t id, H5I_type_t id_type) |
| |
| void * | H5I_object_verify (hid_t id, H5I_type_t id_type) |
| |
| H5I_type_t | H5I_get_type (hid_t id) |
| |
| H5I_type_t | H5Iget_type (hid_t id) |
| |
| htri_t | H5I_is_file_object (hid_t id) |
| |
| void * | H5Iremove_verify (hid_t id, H5I_type_t id_type) |
| |
| void * | H5I_remove (hid_t id) |
| |
| int | H5Idec_ref (hid_t id) |
| |
| int | H5I_dec_ref (hid_t id) |
| |
| int | H5I_dec_app_ref (hid_t id) |
| |
| int | H5I_dec_app_ref_always_close (hid_t id) |
| |
| int | H5Iinc_ref (hid_t id) |
| |
| int | H5I_inc_ref (hid_t id, hbool_t app_ref) |
| |
| int | H5Iget_ref (hid_t id) |
| |
| int | H5I_get_ref (hid_t id, hbool_t app_ref) |
| |
| int | H5Iinc_type_ref (H5I_type_t type) |
| |
| herr_t | H5Idec_type_ref (H5I_type_t type) |
| |
| int | H5I_dec_type_ref (H5I_type_t type) |
| |
| int | H5Iget_type_ref (H5I_type_t type) |
| |
| htri_t | H5Iis_valid (hid_t id) |
| |
| void * | H5Isearch (H5I_type_t type, H5I_search_func_t func, void *key) |
| |
| herr_t | H5Iiterate (H5I_type_t type, H5I_iterate_func_t op, void *op_data) |
| |
| herr_t | H5I_iterate (H5I_type_t type, H5I_search_func_t func, void *udata, hbool_t app_ref) |
| |
| ssize_t | H5Iget_name (hid_t id, char *name, size_t size) |
| |
| hid_t | H5Iget_file_id (hid_t obj_id) |
| |
| herr_t | H5I_find_id (const void *object, H5I_type_t type, hid_t *id) |
| |
| herr_t | H5I_dump_ids_for_type (H5I_type_t type) |
| |