summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-08-01 05:14:36 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-08-01 05:14:36 (GMT)
commitc8c04004124aa9f64f09d427c6c54c11d2da764f (patch)
tree259360a9008d794a9b71f8d99670793c197dda6f /c++
parent464c27172b5e91a4f9966316c03755a64548ff81 (diff)
downloadhdf5-c8c04004124aa9f64f09d427c6c54c11d2da764f.zip
hdf5-c8c04004124aa9f64f09d427c6c54c11d2da764f.tar.gz
hdf5-c8c04004124aa9f64f09d427c6c54c11d2da764f.tar.bz2
[svn-r8975] Purpose:
Add more C++ wrappers and documentation Description: Added class ArrayType to provide wrapper for: H5Tarray_create H5Tget_array_ndims H5Tget_array_dims Test for the new wrappers will follow soon. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) New files will be added to Windows projects. Misc. update:
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5ArrayType.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/H5ArrayType.cpp b/c++/src/H5ArrayType.cpp
index 041108c..8859123 100644
--- a/c++/src/H5ArrayType.cpp
+++ b/c++/src/H5ArrayType.cpp
@@ -20,6 +20,8 @@
#include "H5IdComponent.h"
#include "H5PropList.h"
#include "H5Object.h"
+#include "H5DcreatProp.h"
+#include "H5CommonFG.h"
#include "H5DataType.h"
#include "H5ArrayType.h"