summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CompType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5CompType.h')
-rw-r--r--c++/src/H5CompType.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/c++/src/H5CompType.h b/c++/src/H5CompType.h
index e56dbf3..75089e8 100644
--- a/c++/src/H5CompType.h
+++ b/c++/src/H5CompType.h
@@ -18,12 +18,16 @@
#define __H5CompType_H
namespace H5 {
+
/*! \class CompType
\brief CompType is a derivative of a DataType and operates on HDF5
compound datatypes.
-
- Inheritance: DataType -> H5Object -> H5Location -> IdComponent
*/
+// Inheritance: DataType -> H5Object -> H5Location -> IdComponent
+
+class ArrayType;
+class VarLenType;
+
class H5_DLLCPP CompType : public DataType {
public:
// Default constructor