HDF5  1.12.0
H5Odeprec.c File Reference

Data Structures

struct  H5O_visit1_adapter_t
 

Typedefs

typedef struct H5O_visit1_adapter_t H5O_visit1_adapter_t
 

Functions

hid_t H5Oopen_by_addr (hid_t loc_id, haddr_t addr)
 
herr_t H5Oget_info1 (hid_t loc_id, H5O_info1_t *oinfo)
 
herr_t H5Oget_info_by_name1 (hid_t loc_id, const char *name, H5O_info1_t *oinfo, hid_t lapl_id)
 
herr_t H5Oget_info_by_idx1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_info1_t *oinfo, hid_t lapl_id)
 
herr_t H5Oget_info2 (hid_t loc_id, H5O_info1_t *oinfo, unsigned fields)
 
herr_t H5Oget_info_by_name2 (hid_t loc_id, const char *name, H5O_info1_t *oinfo, unsigned fields, hid_t lapl_id)
 
herr_t H5Oget_info_by_idx2 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_info1_t *oinfo, unsigned fields, hid_t lapl_id)
 
herr_t H5Ovisit1 (hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data)
 
herr_t H5Ovisit_by_name1 (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, hid_t lapl_id)
 
herr_t H5Ovisit2 (hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, unsigned fields)
 
herr_t H5Ovisit_by_name2 (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, unsigned fields, hid_t lapl_id)
 

Typedef Documentation

◆ H5O_visit1_adapter_t

Function Documentation

◆ H5Oget_info1()

◆ H5Oget_info2()

◆ H5Oget_info_by_idx1()

◆ H5Oget_info_by_idx2()

◆ H5Oget_info_by_name1()

◆ H5Oget_info_by_name2()

◆ H5Oopen_by_addr()

◆ H5Ovisit1()

◆ H5Ovisit2()

◆ H5Ovisit_by_name1()

◆ H5Ovisit_by_name2()