|
| herr_t | H5O__attr_create (const H5O_loc_t *loc, H5A_t *attr) |
| |
| H5A_t * | H5O__attr_open_by_name (const H5O_loc_t *loc, const char *name) |
| |
| 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) |
| |
| 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) |
| |