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/H5DataSet.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/H5DataSet.h')
-rw-r--r-- | c++/src/H5DataSet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/H5DataSet.h b/c++/src/H5DataSet.h index c97e5b0..dd98d26 100644 --- a/c++/src/H5DataSet.h +++ b/c++/src/H5DataSet.h @@ -27,6 +27,8 @@ namespace H5 { An datasets has many characteristics similar to an attribute, thus both Attribute and DataSet are derivatives of AbstractDs. DataSet also inherits from H5Object because a dataset is an HDF5 object. + + Inheritance: multiple H5Object/AbstractDs -> H5Location -> IdComponent */ class H5_DLLCPP DataSet : public H5Object, public AbstractDs { public: |