summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Location.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-09-14 03:20:56 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-09-14 03:20:56 (GMT)
commita6151aa4f29fcb85047112f436fa21fde8f0da7b (patch)
tree42078377828a1f72b720059d8479341d36d679fd /c++/src/H5Location.h
parent5f3e4367e6f9aa7d8bfc4ba1274462c53c1a6648 (diff)
parentd708dca2831839714be6593b314acd59726b532f (diff)
downloadhdf5-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/H5Location.h')
-rw-r--r--c++/src/H5Location.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h
index 3dfa5d5..f9c5a47 100644
--- a/c++/src/H5Location.h
+++ b/c++/src/H5Location.h
@@ -30,9 +30,9 @@ namespace H5 {
Inheritance: IdComponent
*/
// Class forwarding
-class H5_DLLCPP ArrayType;
-class H5_DLLCPP LinkAccPropList;
-class H5_DLLCPP VarLenType;
+//class H5_DLLCPP ArrayType;
+//class H5_DLLCPP LinkAccPropList;
+//class H5_DLLCPP VarLenType;
class H5_DLLCPP H5Location : public IdComponent {
public:
// Checks if a link of a given name exists in a location