diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-09-14 03:20:56 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-09-14 03:20:56 (GMT) |
commit | a6151aa4f29fcb85047112f436fa21fde8f0da7b (patch) | |
tree | 42078377828a1f72b720059d8479341d36d679fd /c++/src/H5DcreatProp.h | |
parent | 5f3e4367e6f9aa7d8bfc4ba1274462c53c1a6648 (diff) | |
parent | d708dca2831839714be6593b314acd59726b532f (diff) | |
download | hdf5-a6151aa4f29fcb85047112f436fa21fde8f0da7b.zip hdf5-a6151aa4f29fcb85047112f436fa21fde8f0da7b.tar.gz hdf5-a6151aa4f29fcb85047112f436fa21fde8f0da7b.tar.bz2 |
Merge pull request #671 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
New overloaded functions and tests
* commit 'd708dca2831839714be6593b314acd59726b532f':
New overloaded functions and tests Description: - Added VarLenType::VarLenType(const DataType& base_type) - Marked VarLenType::VarLenType(const DataType* base_type) deprecated - Added a static wrapper for H5Tdetect_class for PredType static bool DataType::detectClass(const PredType& pred_type, ...) - Removed the deprecated function Exception::printError() from code - Miscellaneous improvements in comments - Added test functions test_detect_type_class() and test_vltype() Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5DcreatProp.h')
-rw-r--r-- | c++/src/H5DcreatProp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/H5DcreatProp.h b/c++/src/H5DcreatProp.h index 5d5714a..ebd2678 100644 --- a/c++/src/H5DcreatProp.h +++ b/c++/src/H5DcreatProp.h @@ -17,6 +17,7 @@ namespace H5 { +// Class forwarding class DataType; class DataSpace; |