summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Object.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-17 06:32:07 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-17 06:32:07 (GMT)
commit944735221e3dc6545aca753b09041cef7ea09fb1 (patch)
tree5c2cded7e9b25acef51a908e941ba1e4ae05f6c8 /c++/src/H5Object.h
parentc7f42f181c5daf53e6b366a1571714af0f7b9c2b (diff)
downloadhdf5-944735221e3dc6545aca753b09041cef7ea09fb1.zip
hdf5-944735221e3dc6545aca753b09041cef7ea09fb1.tar.gz
hdf5-944735221e3dc6545aca753b09041cef7ea09fb1.tar.bz2
Fixed comments
Diffstat (limited to 'c++/src/H5Object.h')
-rw-r--r--c++/src/H5Object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/H5Object.h b/c++/src/H5Object.h
index 606b0ce..f15c8eb 100644
--- a/c++/src/H5Object.h
+++ b/c++/src/H5Object.h
@@ -94,6 +94,7 @@ class H5_DLLCPP H5Object : public H5Location {
// Returns information about an HDF5 object.
void getInfo(H5O_info_t& objinfo, unsigned fields = H5O_INFO_BASIC) const;
+ // Returns information about an HDF5 object, given its name.
void getInfo(const char* name, H5O_info_t& objinfo, unsigned fields = H5O_INFO_BASIC, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const;
void getInfo(const H5std_string& name, H5O_info_t& objinfo, unsigned fields = H5O_INFO_BASIC, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const;