hdf5.H5Ipublic

Undocumented in source.

Members

Aliases

H5I_free_t
alias H5I_free_t = herr_t function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5I_search_func_t
alias H5I_search_func_t = int function(void* obj, hid_t id, void* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hid_t
alias hid_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

H5I_type_t
enum H5I_type_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

H5Iclear_type
herr_t H5Iclear_type(H5I_type_t type, hbool_t force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Idec_ref
int H5Idec_ref(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Idec_type_ref
int H5Idec_type_ref(H5I_type_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Idestroy_type
herr_t H5Idestroy_type(H5I_type_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iget_file_id
hid_t H5Iget_file_id(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iget_name
ssize_t H5Iget_name(hid_t id, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iget_ref
int H5Iget_ref(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iget_type
H5I_type_t H5Iget_type(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iget_type_ref
int H5Iget_type_ref(H5I_type_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iinc_ref
int H5Iinc_ref(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iinc_type_ref
int H5Iinc_type_ref(H5I_type_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iis_valid
htri_t H5Iis_valid(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Inmembers
herr_t H5Inmembers(H5I_type_t type, hsize_t* num_members)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iobject_verify
void* H5Iobject_verify(hid_t id, H5I_type_t id_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iregister
hid_t H5Iregister(H5I_type_t type, void* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iregister_type
H5I_type_t H5Iregister_type(size_t hash_size, uint reserved, H5I_free_t free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iremove_verify
void* H5Iremove_verify(hid_t id, H5I_type_t id_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Isearch
void* H5Isearch(H5I_type_t type, H5I_search_func_t func, void* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Itype_exists
htri_t H5Itype_exists(H5I_type_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

H5I_INVALID_HID
enum H5I_INVALID_HID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5_SIZEOF_HID_T
enum H5_SIZEOF_HID_T;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta