diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2013-10-21 21:48:48 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2013-10-21 21:48:48 (GMT) |
commit | f09d3e86b3753ea6c6b2c855248481b0b3581ac4 (patch) | |
tree | 72581aae0e194e991e8281bf315afdf7ae401122 /c++/src/H5AbstractDs.h | |
parent | 2b18e934c6812fd1b487ebfebf9240b009c3e4ae (diff) | |
download | hdf5-f09d3e86b3753ea6c6b2c855248481b0b3581ac4.zip hdf5-f09d3e86b3753ea6c6b2c855248481b0b3581ac4.tar.gz hdf5-f09d3e86b3753ea6c6b2c855248481b0b3581ac4.tar.bz2 |
[svn-r24337] Bring revisions #24200 - #24333 from trunk.
Diffstat (limited to 'c++/src/H5AbstractDs.h')
-rw-r--r-- | c++/src/H5AbstractDs.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/c++/src/H5AbstractDs.h b/c++/src/H5AbstractDs.h index 6635f78..01d05b8 100644 --- a/c++/src/H5AbstractDs.h +++ b/c++/src/H5AbstractDs.h @@ -14,11 +14,6 @@ * access to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -// Class AbstractDs is an abstract base class, from which Attribute and -// DataSet inherit. It provides the services that are common to both -// Attribute and DataSet. It also inherits from H5Object and passes down -// the services that H5Object provides. - #ifndef __AbstractDs_H #define __AbstractDs_H @@ -33,6 +28,14 @@ class FloatType; class IntType; class StrType; class VarLenType; + +/*! \class AbstractDs + \brief AbstractDs is an abstract base class, inherited by Attribute + and DataSet. + + It provides a collection of services that are common to both Attribute + and DataSet. AbstractDs inherits from H5Object. +*/ class H5_DLLCPP AbstractDs { public: // Gets a copy the datatype of that this abstract dataset uses. |