diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-09-27 04:08:38 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2016-09-27 04:08:38 (GMT) |
commit | e0bf9046c20a1e356e110c03713506261b445182 (patch) | |
tree | 3e9f3b24aa6af1bbfb969b2202909794b0af1c50 /c++/src/H5Group.h | |
parent | 3291ceb0eeee73321f814bcb509543b2ccaadaab (diff) | |
download | hdf5-e0bf9046c20a1e356e110c03713506261b445182.zip hdf5-e0bf9046c20a1e356e110c03713506261b445182.tar.gz hdf5-e0bf9046c20a1e356e110c03713506261b445182.tar.bz2 |
Purpose: Updated documentation
Description:
Revised class brief description and other comments for up-to-date info.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5Group.h')
-rw-r--r-- | c++/src/H5Group.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/c++/src/H5Group.h b/c++/src/H5Group.h index f1dfce1..b6ec425 100644 --- a/c++/src/H5Group.h +++ b/c++/src/H5Group.h @@ -24,19 +24,12 @@ namespace H5 { /*! \class Group \brief Class Group represents an HDF5 group. - It inherits many operations from H5Location and CommonFG. + Inheritance: H5Object -> H5Location -> IdComponent */ // Class forwarding -//class Group; -//class H5File; class ArrayType; class VarLenType; -/*! \class CommonFG - \brief \a CommonFG is an abstract base class of H5File and Group. - - It provides common operations of H5File and Group. -*/ class H5_DLLCPP Group : public H5Object { public: // Group constructor to create a group or file (aka root group). |