summaryrefslogtreecommitdiffstats
path: root/c++/src/H5File.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-08-24 18:46:39 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-08-24 18:46:39 (GMT)
commit0e44181bbb9797bdf4c7b2c192a457639a4e5ea1 (patch)
tree0a2a276797b42ed90291f69de87f8b65b9578bf2 /c++/src/H5File.h
parenta6d5bf1a86250cc660cd1ed420eeda6940792be5 (diff)
downloadhdf5-0e44181bbb9797bdf4c7b2c192a457639a4e5ea1.zip
hdf5-0e44181bbb9797bdf4c7b2c192a457639a4e5ea1.tar.gz
hdf5-0e44181bbb9797bdf4c7b2c192a457639a4e5ea1.tar.bz2
Miscellaneous improvements
Description: Moved H5Location::getNumObjs to Group::getNumObjs (i.e., H5Gget_info) Switched reinterpret_cast to static_cast in H5Object::iterateAttrs Miscellaneous cleanup Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5File.h')
-rw-r--r--c++/src/H5File.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h
index b428a40..0f921ae 100644
--- a/c++/src/H5File.h
+++ b/c++/src/H5File.h
@@ -21,7 +21,7 @@ namespace H5 {
\brief Class H5File represents an HDF5 file and inherits from class Group
as file is a root group.
- Inheritance: Group -> H5Object -> H5Location -> IdComponent
+ Inheritance: Group -> CommonFG/H5Object -> H5Location -> IdComponent
*/
class H5_DLLCPP H5File : public Group {
public:
@@ -92,7 +92,7 @@ class H5_DLLCPP H5File : public Group {
// Throw file exception.
virtual void throwException(const H5std_string& func_name, const H5std_string& msg) const;
- // for CommonFG to get the file id.
+ // For CommonFG to get the file id.
virtual hid_t getLocId() const;
// Default constructor