 |
HDF5
1.12.0
|
Go to the documentation of this file.
35 #define H5I_IS_LIB_TYPE( type ) (type > 0 && type < H5I_NTYPES)
38 #define H5I_CLASS_IS_APPLICATION 0x01
H5_DLL int H5I_dec_type_ref(H5I_type_t type)
Definition: H5I.c:1747
H5_DLL htri_t H5I_is_file_object(hid_t id)
Definition: H5I.c:1104
Definition: H5Iprivate.h:45
H5I_type_t
Definition: H5Ipublic.h:33
H5I_free_t free_func
Definition: H5Iprivate.h:55
H5_DLL void * H5I_remove(hid_t id)
Definition: H5I.c:1264
H5_DLL herr_t H5I_find_id(const void *object, H5I_type_t type, hid_t *id)
Definition: H5I.c:2340
H5_DLL herr_t H5I_dump_ids_for_type(H5I_type_t type)
Definition: H5I.c:2475
H5_DLL int H5I_dec_app_ref_always_close(hid_t id)
Definition: H5I.c:1455
herr_t(* H5I_free_t)(void *)
Definition: H5Ipublic.h:68
H5_DLL int H5I_get_ref(hid_t id, hbool_t app_ref)
Definition: H5I.c:1596
struct H5I_class_t H5I_class_t
int64_t
Definition: H5overflow.txt:35
H5_DLL int H5I_dec_app_ref(hid_t id)
Definition: H5I.c:1410
int(* H5I_search_func_t)(void *obj, hid_t id, void *key)
Definition: H5Ipublic.h:71
int htri_t
Definition: H5public.h:160
int64_t hid_t
Definition: H5Ipublic.h:55
H5_DLL herr_t H5I_clear_type(H5I_type_t type, hbool_t force, hbool_t app_ref)
Definition: H5I.c:550
H5_DLL void * H5I_subst(hid_t id, const void *new_object)
Definition: H5I.c:900
H5_DLL void * H5I_object(hid_t id)
Definition: H5I.c:935
H5_DLL herr_t H5I_register_type(const H5I_class_t *cls)
Definition: H5I.c:292
H5_DLL int H5I_dec_ref(hid_t id)
Definition: H5I.c:1341
H5_DLL void * H5I_object_verify(hid_t id, H5I_type_t id_type)
Definition: H5I.c:1002
unsigned reserved
Definition: H5Iprivate.h:48
unsigned flags
Definition: H5Iprivate.h:47
H5_DLL int H5I_inc_ref(hid_t id, hbool_t app_ref)
Definition: H5I.c:1527
#define H5_DLL
Definition: H5api_adpt.h:234
H5_DLL herr_t H5I_register_using_existing_id(H5I_type_t type, void *object, hbool_t app_ref, hid_t existing_id)
Definition: H5I.c:836
H5_DLL hid_t H5I_register(H5I_type_t type, const void *object, hbool_t app_ref)
Definition: H5I.c:775
H5_DLL int64_t H5I_nmembers(H5I_type_t type)
Definition: H5I.c:438
int herr_t
Definition: H5public.h:128
H5_DLL herr_t H5I_iterate(H5I_type_t type, H5I_search_func_t func, void *udata, hbool_t app_ref)
Definition: H5I.c:2125
bool hbool_t
Definition: H5public.h:159
H5I_type_t type_id
Definition: H5Iprivate.h:46
H5_DLL H5I_type_t H5I_get_type(hid_t id)
Definition: H5I.c:1040