summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-08-01 05:16:39 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-08-01 05:16:39 (GMT)
commit3eb4dc3b4f583da3200db217791428ae779daca7 (patch)
tree6d39912178dceb82dcac256fa1f5b9da2a6bc2c1 /c++
parentc8c04004124aa9f64f09d427c6c54c11d2da764f (diff)
downloadhdf5-3eb4dc3b4f583da3200db217791428ae779daca7.zip
hdf5-3eb4dc3b4f583da3200db217791428ae779daca7.tar.gz
hdf5-3eb4dc3b4f583da3200db217791428ae779daca7.tar.bz2
[svn-r8976] Purpose:
Add more C++ wrappers and documentation Description: Added class VarLenType to provide wrapper for: H5Tvlen_create Added wrapper for H5Tis_variable_str to DataType class Tests 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/H5VarLenType.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/H5VarLenType.cpp b/c++/src/H5VarLenType.cpp
index 45524f0..882dccc 100644
--- a/c++/src/H5VarLenType.cpp
+++ b/c++/src/H5VarLenType.cpp
@@ -20,6 +20,8 @@
#include "H5IdComponent.h"
#include "H5PropList.h"
#include "H5Object.h"
+#include "H5DcreatProp.h"
+#include "H5CommonFG.h"
#include "H5DataType.h"
#include "H5VarLenType.h"