HDF5  1.12.0
H5Oattribute.c File Reference

Data Structures

struct  H5O_iter_cvt_t
 
struct  H5O_iter_opn_t
 
struct  H5O_iter_wrt_t
 
struct  H5O_iter_ren_t
 
struct  H5O_iter_rm_t
 

Functions

herr_t H5O__attr_create (const H5O_loc_t *loc, H5A_t *attr)
 
H5A_tH5O__attr_open_by_name (const H5O_loc_t *loc, const char *name)
 
H5A_tH5O__attr_open_by_idx (const H5O_loc_t *loc, H5_index_t idx_type, H5_iter_order_t order, hsize_t n)
 
herr_t H5O__attr_update_shared (H5F_t *f, H5O_t *oh, H5A_t *attr, H5O_shared_t *update_sh_mesg)
 
herr_t H5O__attr_write (const H5O_loc_t *loc, H5A_t *attr)
 
herr_t H5O__attr_rename (const H5O_loc_t *loc, const char *old_name, const char *new_name)
 
herr_t H5O_attr_iterate_real (hid_t loc_id, const H5O_loc_t *loc, H5_index_t idx_type, H5_iter_order_t order, hsize_t skip, hsize_t *last_attr, const H5A_attr_iter_op_t *attr_op, void *op_data)
 
herr_t H5O__attr_iterate (hid_t loc_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t skip, hsize_t *last_attr, const H5A_attr_iter_op_t *attr_op, void *op_data)
 
herr_t H5O__attr_remove (const H5O_loc_t *loc, const char *name)
 
herr_t H5O__attr_remove_by_idx (const H5O_loc_t *loc, H5_index_t idx_type, H5_iter_order_t order, hsize_t n)
 
herr_t H5O__attr_count_real (H5F_t *f, H5O_t *oh, hsize_t *nattrs)
 
htri_t H5O__attr_exists (const H5O_loc_t *loc, const char *name)
 
herr_t H5O__attr_bh_info (H5F_t *f, H5O_t *oh, H5_ih_info_t *bh_info)
 
int H5O__attr_count (const H5O_loc_t *loc)
 

Function Documentation

◆ H5O__attr_bh_info()

◆ H5O__attr_count()

◆ H5O__attr_count_real()

◆ H5O__attr_create()

◆ H5O__attr_exists()

◆ H5O__attr_iterate()

herr_t H5O__attr_iterate ( hid_t  loc_id,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  skip,
hsize_t *  last_attr,
const H5A_attr_iter_op_t attr_op,
void *  op_data 
)

◆ H5O__attr_open_by_idx()

H5A_t* H5O__attr_open_by_idx ( const H5O_loc_t loc,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n 
)

◆ H5O__attr_open_by_name()

H5A_t* H5O__attr_open_by_name ( const H5O_loc_t loc,
const char *  name 
)

◆ H5O__attr_remove()

◆ H5O__attr_remove_by_idx()

◆ H5O__attr_rename()

◆ H5O__attr_update_shared()

◆ H5O__attr_write()

◆ H5O_attr_iterate_real()