summaryrefslogtreecommitdiffstats
path: root/c++/src/H5PredType.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-09 18:45:03 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-09 18:45:03 (GMT)
commitfaef710a862566208fb34bff1d10dd50a02233f2 (patch)
tree8f38dd97ac21f998c58f439fd564242417a7c150 /c++/src/H5PredType.h
parent1a60beea6999013c8763f939655087e2da266225 (diff)
parent6c161ba4dc7c25da6ecbe98aec10fff7b1365df6 (diff)
downloadhdf5-faef710a862566208fb34bff1d10dd50a02233f2.zip
hdf5-faef710a862566208fb34bff1d10dd50a02233f2.tar.gz
hdf5-faef710a862566208fb34bff1d10dd50a02233f2.tar.bz2
Merge pull request #495 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
* commit '6c161ba4dc7c25da6ecbe98aec10fff7b1365df6': Fixed a comment. Code improvement Description: - Moved class H5File to inherit from class Group because an HDF5 file is a root group - Cleanup header file inclusion and class forward declaration - Revised comments Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5PredType.h')
-rw-r--r--c++/src/H5PredType.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5PredType.h b/c++/src/H5PredType.h
index 1d95865..9581420 100644
--- a/c++/src/H5PredType.h
+++ b/c++/src/H5PredType.h
@@ -18,15 +18,15 @@
#define __H5PredType_H
namespace H5 {
+
/*! \class PredType
\brief Class PredType holds the definition of all the HDF5 predefined
datatypes.
These types can only be made copy of, not created by H5Tcreate or
closed by H5Tclose. They are treated as constants.
-
- Inheritance: AtomType -> DataType -> H5Object -> H5Location -> IdComponent
*/
+// Inheritance: AtomType -> DataType -> H5Object -> H5Location -> IdComponent
class H5_DLLCPP PredType : public AtomType {
public:
///\brief Returns this class name.