33 bool nameExists(
const char *name,
const LinkAccPropList &lapl = LinkAccPropList::DEFAULT)
const;
34 bool nameExists(
const H5std_string &name,
const LinkAccPropList &lapl = LinkAccPropList::DEFAULT)
const;
38 bool exists(
const char *name,
const LinkAccPropList &lapl = LinkAccPropList::DEFAULT)
const;
39 bool exists(
const H5std_string &name,
const LinkAccPropList &lapl = LinkAccPropList::DEFAULT)
const;
42 void flush(H5F_scope_t scope)
const;
45 H5std_string getFileName()
const;
47#ifndef H5_NO_DEPRECATED_SYMBOLS
49 H5G_obj_t getObjType(
void *ref, H5R_type_t ref_type = H5R_OBJECT)
const;
53 H5O_type_t getRefObjType(
void *ref, H5R_type_t ref_type = H5R_OBJECT)
const;
58 void setComment(
const char *name,
const char *comment)
const;
59 void setComment(
const H5std_string &name,
const H5std_string &comment)
const;
60 void setComment(
const char *comment)
const;
61 void setComment(
const H5std_string &comment)
const;
64 ssize_t getComment(
const char *name,
size_t buf_size,
char *comment)
const;
65 H5std_string getComment(
const char *name,
size_t buf_size = 0)
const;
66 H5std_string getComment(
const H5std_string &name,
size_t buf_size = 0)
const;
69 void removeComment(
const char *name)
const;
70 void removeComment(
const H5std_string &name)
const;
74 void reference(
void *ref,
const char *name, H5R_type_t ref_type = H5R_OBJECT)
const;
75 void reference(
void *ref,
const H5std_string &name, H5R_type_t ref_type = H5R_OBJECT)
const;
76 void reference(
void *ref,
const char *name,
const DataSpace &dataspace,
77 H5R_type_t ref_type = H5R_DATASET_REGION)
const;
78 void reference(
void *ref,
const H5std_string &name,
const DataSpace &dataspace,
79 H5R_type_t ref_type = H5R_DATASET_REGION)
const;
83 void dereference(
const H5Location &loc,
const void *ref, H5R_type_t ref_type = H5R_OBJECT,
84 const PropList &plist = PropList::DEFAULT);
90 DataSpace getRegion(
void *ref, H5R_type_t ref_type = H5R_DATASET_REGION)
const;
99 Group createGroup(
const char *name,
size_t size_hint = 0)
const;
100 Group createGroup(
const H5std_string &name,
size_t size_hint = 0)
const;
104 Group openGroup(
const char *name)
const;
105 Group openGroup(
const H5std_string &name)
const;
126 DataSet openDataSet(
const H5std_string &name,
129 H5L_info_t getLinkInfo(
const char *link_name,
131 H5L_info_t getLinkInfo(
const H5std_string &link_name,
135 H5std_string getLinkval(
const char *link_name,
size_t size = 0)
const;
136 H5std_string getLinkval(
const H5std_string &link_name,
size_t size = 0)
const;
140 hsize_t getNumObjs()
const;
144 H5std_string getObjnameByIdx(hsize_t idx)
const;
145 ssize_t getObjnameByIdx(hsize_t idx,
char *name,
size_t size)
const;
146 ssize_t getObjnameByIdx(hsize_t idx, H5std_string &name,
size_t size)
const;
150 H5O_type_t childObjType(
const H5std_string &objname)
const;
151 H5O_type_t childObjType(
const char *objname)
const;
152 H5O_type_t childObjType(hsize_t index, H5_index_t index_type = H5_INDEX_NAME,
153 H5_iter_order_t order = H5_ITER_INC,
const char *objname =
".")
const;
157 unsigned childObjVersion(
const char *objname)
const;
158 unsigned childObjVersion(
const H5std_string &objname)
const;
161 void getObjinfo(H5O_info_t &objinfo,
unsigned fields = H5O_INFO_BASIC)
const;
164 void getObjinfo(
const char *name, H5O_info_t &objinfo,
unsigned fields = H5O_INFO_BASIC,
166 void getObjinfo(
const H5std_string &name, H5O_info_t &objinfo,
unsigned fields = H5O_INFO_BASIC,
170 void getObjinfo(
const char *grp_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t idx,
171 H5O_info_t &objinfo,
unsigned fields = H5O_INFO_BASIC,
173 void getObjinfo(
const H5std_string &grp_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t idx,
174 H5O_info_t &objinfo,
unsigned fields = H5O_INFO_BASIC,
177#ifndef H5_NO_DEPRECATED_SYMBOLS
180 H5G_obj_t getObjTypeByIdx(hsize_t idx)
const;
181 H5G_obj_t getObjTypeByIdx(hsize_t idx,
char *type_name)
const;
182 H5G_obj_t getObjTypeByIdx(hsize_t idx, H5std_string &type_name)
const;
186 void getObjinfo(
const char *name, hbool_t follow_link, H5G_stat_t &statbuf)
const;
187 void getObjinfo(
const H5std_string &name, hbool_t follow_link, H5G_stat_t &statbuf)
const;
188 void getObjinfo(
const char *name, H5G_stat_t &statbuf)
const;
189 void getObjinfo(
const H5std_string &name, H5G_stat_t &statbuf)
const;
193 int iterateElems(
const char *name,
int *idx, H5G_iterate_t op,
void *op_data);
194 int iterateElems(
const H5std_string &name,
int *idx, H5G_iterate_t op,
void *op_data);
198 void link(
const char *target_name,
const char *link_name,
201 void link(
const H5std_string &target_name,
const H5std_string &link_name,
206 void link(
const char *curr_name,
const Group &new_loc,
const char *new_name,
209 void link(
const H5std_string &curr_name,
const Group &new_loc,
const H5std_string &new_name,
214 void link(
const char *curr_name,
const hid_t same_loc,
const char *new_name,
217 void link(
const H5std_string &curr_name,
const hid_t same_loc,
const H5std_string &new_name,
224 void link(H5L_type_t link_type,
const char *curr_name,
const char *new_name)
const;
225 void link(H5L_type_t link_type,
const H5std_string &curr_name,
const H5std_string &new_name)
const;
228 void unlink(
const char *link_name,
const LinkAccPropList &lapl = LinkAccPropList::DEFAULT)
const;
229 void unlink(
const H5std_string &link_name,
const LinkAccPropList &lapl = LinkAccPropList::DEFAULT)
const;
232 void mount(
const char *name,
const H5File &child,
const PropList &plist)
const;
233 void mount(
const H5std_string &name,
const H5File &child,
const PropList &plist)
const;
236 void unmount(
const char *name)
const;
237 void unmount(
const H5std_string &name)
const;
240 void copyLink(
const char *src_name,
const Group &dst,
const char *dst_name,
243 void copyLink(
const H5std_string &src_name,
const Group &dst,
const H5std_string &dst_name,
248 void copyLink(
const char *src_name,
const char *dst_name,
251 void copyLink(
const H5std_string &src_name,
const H5std_string &dst_name,
256 void moveLink(
const char *src_name,
const Group &dst,
const char *dst_name,
259 void moveLink(
const H5std_string &src_name,
const Group &dst,
const H5std_string &dst_name,
264 void moveLink(
const char *src_name,
const char *dst_name,
267 void moveLink(
const H5std_string &src_name,
const H5std_string &dst_name,
273 void move(
const char *src,
const char *dst)
const;
274 void move(
const H5std_string &src,
const H5std_string &dst)
const;
279 virtual void throwException(
const H5std_string &func_name,
const H5std_string &msg)
const;
285#ifndef DOXYGEN_SHOULD_SKIP_THIS
297 void p_reference(
void *ref,
const char *name, hid_t space_id, H5R_type_t ref_type)
const;
300 hid_t p_dereference(hid_t loc_id,
const void *ref, H5R_type_t ref_type,
const PropList &plist,
301 const char *from_func);
303#ifndef H5_NO_DEPRECATED_SYMBOLS
305 H5G_obj_t p_get_obj_type(
void *ref, H5R_type_t ref_type)
const;
309 H5O_type_t p_get_ref_obj_type(
void *ref, H5R_type_t ref_type)
const;