HDF5  1.12.0
H5Adeprec.c File Reference

Functions

hid_t H5Acreate1 (hid_t loc_id, const char *name, hid_t type_id, hid_t space_id, hid_t acpl_id)
 
hid_t H5Aopen_name (hid_t loc_id, const char *name)
 
hid_t H5Aopen_idx (hid_t loc_id, unsigned idx)
 
int H5Aget_num_attrs (hid_t loc_id)
 
herr_t H5Aiterate1 (hid_t loc_id, unsigned *attr_num, H5A_operator1_t op, void *op_data)
 

Function Documentation

◆ H5Acreate1()

◆ H5Aget_num_attrs()

◆ H5Aiterate1()

herr_t H5Aiterate1 ( hid_t  loc_id,
unsigned *  attr_num,
H5A_operator1_t  op,
void *  op_data 
)

◆ H5Aopen_idx()

◆ H5Aopen_name()