 |
HDF5
1.12.0
|
Go to the documentation of this file.
35 const char *attr_name,
const H5A_info_t *ainfo,
void *op_data);
56 const char *attr_name,
hid_t aapl_id,
hid_t lapl_id);
79 const char *old_attr_name,
const char *new_attr_name,
hid_t lapl_id);
87 const char *attr_name,
hid_t lapl_id);
92 const char *attr_name,
hid_t lapl_id);
98 #ifndef H5_NO_DEPRECATED_SYMBOLS
107 const char *attr_name,
void *operator_data);
int ssize_t
Definition: H5public.h:167
iblock size
Definition: H5EAcache.c:787
H5_DLL htri_t H5Aexists_by_name(hid_t obj_id, const char *obj_name, const char *attr_name, hid_t lapl_id)
Definition: H5A.c:1723
H5_DLL herr_t H5Aget_info(hid_t attr_id, H5A_info_t *ainfo)
Definition: H5A.c:1022
herr_t(* H5A_operator2_t)(hid_t location_id, const char *attr_name, const H5A_info_t *ainfo, void *op_data)
Definition: H5Apublic.h:34
H5_DLL hid_t H5Aopen_by_idx(hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t aapl_id, hid_t lapl_id)
Definition: H5A.c:586
H5T_cset_t cset
Definition: H5Apublic.h:29
H5_DLL herr_t H5Adelete_by_idx(hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t lapl_id)
Definition: H5A.c:1586
H5_DLL herr_t H5Arename_by_name(hid_t loc_id, const char *obj_name, const char *old_attr_name, const char *new_attr_name, hid_t lapl_id)
Definition: H5A.c:1239
H5O_msg_crt_idx_t corder
Definition: H5Apublic.h:28
hsize_t data_size
Definition: H5Apublic.h:30
H5_DLL htri_t H5Aexists(hid_t obj_id, const char *attr_name)
Definition: H5A.c:1678
int htri_t
Definition: H5public.h:160
H5_iter_order_t
Definition: H5public.h:295
H5_DLL hid_t H5Acreate2(hid_t loc_id, const char *attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id)
Definition: H5A.c:275
H5_DLL hsize_t H5Aget_storage_size(hid_t attr_id)
Definition: H5A.c:987
H5_DLL herr_t H5Aiterate_by_name(hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx, H5A_operator2_t op, void *op_data, hid_t lapd_id)
Definition: H5A.c:1406
int64_t hid_t
Definition: H5Ipublic.h:55
H5_DLL hid_t H5Aget_create_plist(hid_t attr_id)
Definition: H5A.c:829
H5_DLL hid_t H5Aopen_by_name(hid_t loc_id, const char *obj_name, const char *attr_name, hid_t aapl_id, hid_t lapl_id)
Definition: H5A.c:508
Definition: H5Apublic.h:26
H5_DLL herr_t H5Adelete(hid_t loc_id, const char *name)
Definition: H5A.c:1465
H5_DLL hid_t H5Aopen(hid_t obj_id, const char *attr_name, hid_t aapl_id)
Definition: H5A.c:438
uint32_t H5O_msg_crt_idx_t
Definition: H5Opublic.h:155
H5T_cset_t
Definition: H5Tpublic.h:78
H5_DLL herr_t H5Aclose(hid_t attr_id)
Definition: H5A.c:1643
H5_DLL herr_t H5Aget_info_by_idx(hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5A_info_t *ainfo, hid_t lapl_id)
Definition: H5A.c:1120
H5_DLL herr_t H5Awrite(hid_t attr_id, hid_t type_id, const void *buf)
Definition: H5A.c:662
H5_DLL hid_t H5Acreate_by_name(hid_t loc_id, const char *obj_name, const char *attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id, hid_t lapl_id)
Definition: H5A.c:359
H5_DLL herr_t H5Adelete_by_name(hid_t loc_id, const char *obj_name, const char *attr_name, hid_t lapl_id)
Definition: H5A.c:1520
H5_DLL hid_t H5Acreate1(hid_t loc_id, const char *name, hid_t type_id, hid_t space_id, hid_t acpl_id)
Definition: H5Adeprec.c:116
hbool_t corder_valid
Definition: H5Apublic.h:27
H5_DLL herr_t H5Aread(hid_t attr_id, hid_t type_id, void *buf)
Definition: H5A.c:708
H5_DLL int H5Aget_num_attrs(hid_t loc_id)
Definition: H5Adeprec.c:322
H5_DLL herr_t H5Aget_info_by_name(hid_t loc_id, const char *obj_name, const char *attr_name, H5A_info_t *ainfo, hid_t lapl_id)
Definition: H5A.c:1063
#define H5_DLL
Definition: H5api_adpt.h:234
H5_DLL hid_t H5Aopen_name(hid_t loc_id, const char *name)
Definition: H5Adeprec.c:191
H5_DLL hid_t H5Aget_space(hid_t attr_id)
Definition: H5A.c:750
H5_DLL herr_t H5Aiterate1(hid_t loc_id, unsigned *attr_num, H5A_operator1_t op, void *op_data)
Definition: H5Adeprec.c:388
herr_t(* H5A_operator1_t)(hid_t location_id, const char *attr_name, void *operator_data)
Definition: H5Apublic.h:106
H5_DLL ssize_t H5Aget_name_by_idx(hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, char *name, size_t size, hid_t lapl_id)
Definition: H5A.c:920
H5_DLL herr_t H5Aiterate2(hid_t loc_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx, H5A_operator2_t op, void *op_data)
Definition: H5A.c:1328
*s *s n
Definition: H5HLdbg.c:111
H5_DLL herr_t H5Arename(hid_t loc_id, const char *old_name, const char *new_name)
Definition: H5A.c:1181
int herr_t
Definition: H5public.h:128
H5_DLL ssize_t H5Aget_name(hid_t attr_id, size_t buf_size, char *buf)
Definition: H5A.c:874
bool hbool_t
Definition: H5public.h:159
H5_DLL hid_t H5Aopen_idx(hid_t loc_id, unsigned idx)
Definition: H5Adeprec.c:257
H5_DLL hid_t H5Aget_type(hid_t attr_id)
Definition: H5A.c:788
hsize_t
Definition: H5overflow.txt:44
H5_index_t
Definition: H5public.h:316