diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-08-01 05:16:39 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-08-01 05:16:39 (GMT) |
commit | 3eb4dc3b4f583da3200db217791428ae779daca7 (patch) | |
tree | 6d39912178dceb82dcac256fa1f5b9da2a6bc2c1 | |
parent | c8c04004124aa9f64f09d427c6c54c11d2da764f (diff) | |
download | hdf5-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:
-rw-r--r-- | c++/src/H5VarLenType.cpp | 2 |
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" |