Go to the documentation of this file.
31 #define H5IO_TYP_FILE_ID 0
32 #define H5IO_TYP_GRP_ID 1
33 #define H5IO_TYP_DAT_ID 2
34 #define H5IO_DAT_RWALL 0
35 #define H5IO_DAT_RWSLICE 1
73 int h5io_mk_ds(h5io_str *,
char *, hid_t,
int,
int *, h5io_str *);
74 int h5io_wr_attr(h5io_str *,
char *, hid_t,
int,
int *,
void *);
83 int h5io_info(h5io_str *,
char *, H5T_class_t *, hid_t *,
int*,
int h5io_mk_grp(h5io_str *, char *, h5io_str *)
int h5io_rd_ds(h5io_str *, void *)
int h5io_rd_ds_slice(h5io_str *, int *, int *, void *)
int h5io_info(h5io_str *, char *, H5T_class_t *, hid_t *, int *, int *, int *)
int h5io_wr_ds(h5io_str *, void *)
int h5io_rd_attr(h5io_str *, char *, void *)
int h5io_wr_attr(h5io_str *, char *, hid_t, int, int *, void *)
int h5io_openr(char *, int, h5io_str *)
int h5io_set_ds(h5io_str *, char *, h5io_str *)
int h5io_grab_ds(h5io_str *, char *, void *)
int h5io_grp_contents(h5io_str *, int *, char ***, int **)
int h5io_wr_attr_str(h5io_str *, char *, int, int *, int, char *)
int h5io_openw(char *, int, h5io_str *)
int h5io_grab_ds_slice(h5io_str *, char *, int *, int *, void *)
int h5io_mk_ds(h5io_str *, char *, hid_t, int, int *, h5io_str *)
int h5io_attr_exist(h5io_str *, char *)
int h5io_wr_ds_slice(h5io_str *, int *, int *, void *)
int h5io_set_grp(h5io_str *, char *, h5io_str *)
hsize_t prev_count[H5IO_MAXDIM]
int h5io_close(h5io_str *)
int h5io_inq_path(h5io_str *, char *, int *)