This is the complete list of members for H5::H5Object, including all inherited members.
attrExists(const char *name) const | H5::H5Object | |
attrExists(const H5std_string &name) const | H5::H5Object | |
childObjType(const H5std_string &objname) const | H5::H5Location | |
childObjType(const char *objname) const | H5::H5Location | |
childObjType(hsize_t index, H5_index_t index_type=H5_INDEX_NAME, H5_iter_order_t order=H5_ITER_INC, const char *objname=".") const | H5::H5Location | |
childObjVersion(const char *objname) const | H5::H5Location | |
childObjVersion(const H5std_string &objname) const | H5::H5Location | |
createAttribute(const char *name, const DataType &type, const DataSpace &space, const PropList &create_plist=PropList::DEFAULT) const | H5::H5Object | |
createAttribute(const H5std_string &name, const DataType &type, const DataSpace &space, const PropList &create_plist=PropList::DEFAULT) const | H5::H5Object | |
createDataSet(const char *name, const DataType &data_type, const DataSpace &data_space, const DSetCreatPropList &create_plist=DSetCreatPropList::DEFAULT) const | H5::H5Location | |
createDataSet(const H5std_string &name, const DataType &data_type, const DataSpace &data_space, const DSetCreatPropList &create_plist=DSetCreatPropList::DEFAULT) const | H5::H5Location | |
createGroup(const char *name, size_t size_hint=0) const | H5::H5Location | |
createGroup(const H5std_string &name, size_t size_hint=0) const | H5::H5Location | |
decRefCount(const hid_t obj_id) const | H5::IdComponent | |
decRefCount() const | H5::IdComponent | |
dereference(const H5Location &loc, const void *ref, H5R_type_t ref_type=H5R_OBJECT, const PropList &plist=PropList::DEFAULT) | H5::H5Location | |
exists(const char *name, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const | H5::H5Location | |
exists(const H5std_string &name, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const | H5::H5Location | |
flush(H5F_scope_t scope) const | H5::H5Location | |
getComment(const char *name, size_t buf_size, char *comment) const | H5::H5Location | |
getComment(const char *name, size_t buf_size=0) const | H5::H5Location | |
getComment(const H5std_string &name, size_t buf_size=0) const | H5::H5Location | |
getCounter(const hid_t obj_id) const | H5::IdComponent | |
getCounter() const | H5::IdComponent | |
getFileName() const | H5::H5Location | |
getHDFObjType(const hid_t obj_id) | H5::IdComponent | static |
getHDFObjType() const | H5::IdComponent | |
getId() const =0 | H5::H5Object | pure virtual |
getLinkval(const char *link_name, size_t size=0) const | H5::H5Location | |
getLinkval(const H5std_string &link_name, size_t size=0) const | H5::H5Location | |
getNumAttrs() const | H5::H5Location | |
getNumMembers(H5I_type_t type) | H5::IdComponent | static |
getObjinfo(const char *name, hbool_t follow_link, H5G_stat_t &statbuf) const | H5::H5Location | |
getObjinfo(const H5std_string &name, hbool_t follow_link, H5G_stat_t &statbuf) const | H5::H5Location | |
getObjinfo(const char *name, H5G_stat_t &statbuf) const | H5::H5Location | |
getObjinfo(const H5std_string &name, H5G_stat_t &statbuf) const | H5::H5Location | |
getObjnameByIdx(hsize_t idx) const | H5::H5Location | |
getObjnameByIdx(hsize_t idx, char *name, size_t size) const | H5::H5Location | |
getObjnameByIdx(hsize_t idx, H5std_string &name, size_t size) const | H5::H5Location | |
getObjType(void *ref, H5R_type_t ref_type=H5R_OBJECT) const | H5::H5Location | |
getObjTypeByIdx(hsize_t idx) const | H5::H5Location | |
getObjTypeByIdx(hsize_t idx, char *type_name) const | H5::H5Location | |
getObjTypeByIdx(hsize_t idx, H5std_string &type_name) const | H5::H5Location | |
getRefObjType(void *ref, H5R_type_t ref_type=H5R_OBJECT) const | H5::H5Location | |
getRegion(void *ref, H5R_type_t ref_type=H5R_DATASET_REGION) const | H5::H5Location | |
H5Location() | H5::H5Location | |
incRefCount(const hid_t obj_id) const | H5::IdComponent | |
incRefCount() const | H5::IdComponent | |
isValid(hid_t an_id) | H5::IdComponent | static |
iterateAttrs(attr_operator_t user_op, unsigned *idx=NULL, void *op_data=NULL) | H5::H5Object | |
iterateElems(const char *name, int *idx, H5G_iterate_t op, void *op_data) | H5::H5Location | |
iterateElems(const H5std_string &name, int *idx, H5G_iterate_t op, void *op_data) | H5::H5Location | |
link(H5L_type_t link_type, const char *curr_name, const char *new_name) const | H5::H5Location | |
link(H5L_type_t link_type, const H5std_string &curr_name, const H5std_string &new_name) const | H5::H5Location | |
mount(const char *name, const H5File &child, const PropList &plist) const | H5::H5Location | |
mount(const H5std_string &name, const H5File &child, const PropList &plist) const | H5::H5Location | |
move(const char *src, const char *dst) const | H5::H5Location | |
move(const H5std_string &src, const H5std_string &dst) const | H5::H5Location | |
objVersion() const | H5::H5Object | |
openAttribute(const char *name) const | H5::H5Object | |
openAttribute(const H5std_string &name) const | H5::H5Object | |
openAttribute(const unsigned int idx) const | H5::H5Object | |
openDataSet(const char *name) const | H5::H5Location | |
openDataSet(const H5std_string &name) const | H5::H5Location | |
openGroup(const char *name) const | H5::H5Location | |
openGroup(const H5std_string &name) const | H5::H5Location | |
operator=(const IdComponent &rhs) | H5::IdComponent | |
reference(void *ref, const char *name, H5R_type_t ref_type=H5R_OBJECT) const | H5::H5Location | |
reference(void *ref, const H5std_string &name, H5R_type_t ref_type=H5R_OBJECT) const | H5::H5Location | |
reference(void *ref, const char *name, const DataSpace &dataspace, H5R_type_t ref_type=H5R_DATASET_REGION) const | H5::H5Location | |
reference(void *ref, const H5std_string &name, const DataSpace &dataspace, H5R_type_t ref_type=H5R_DATASET_REGION) const | H5::H5Location | |
removeAttr(const char *name) const | H5::H5Object | |
removeAttr(const H5std_string &name) const | H5::H5Object | |
removeComment(const char *name) const | H5::H5Location | |
removeComment(const H5std_string &name) const | H5::H5Location | |
renameAttr(const char *oldname, const char *newname) const | H5::H5Object | |
renameAttr(const H5std_string &oldname, const H5std_string &newname) const | H5::H5Object | |
setComment(const char *name, const char *comment) const | H5::H5Location | |
setComment(const H5std_string &name, const H5std_string &comment) const | H5::H5Location | |
setComment(const char *comment) const | H5::H5Location | |
setComment(const H5std_string &comment) const | H5::H5Location | |
setId(const hid_t new_id) | H5::IdComponent | |
throwException(const H5std_string &func_name, const H5std_string &msg) const | H5::H5Location | virtual |
typeExists(H5I_type_t type) | H5::IdComponent | static |
unlink(const char *name) const | H5::H5Location | |
unlink(const H5std_string &name) const | H5::H5Location | |
unmount(const char *name) const | H5::H5Location | |
unmount(const H5std_string &name) const | H5::H5Location | |
~H5Location() | H5::H5Location | protectedvirtual |
~IdComponent() | H5::IdComponent | virtual |
The HDF Group Help Desk: |
Copyright by
The HDF Group
and the Board of Trustees of the University of Illinois |