summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataType.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-16 20:05:03 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-16 20:05:03 (GMT)
commitc56eb7f4a4e0ae5b41995850a4bcdb09adf73484 (patch)
tree2db091939eb6713b98123e7c20d12ce681b589bf /c++/src/H5DataType.h
parent229cc3b8c064e6c63ba30587ff040e27e2073ac3 (diff)
downloadhdf5-c56eb7f4a4e0ae5b41995850a4bcdb09adf73484.zip
hdf5-c56eb7f4a4e0ae5b41995850a4bcdb09adf73484.tar.gz
hdf5-c56eb7f4a4e0ae5b41995850a4bcdb09adf73484.tar.bz2
[svn-r8532] Purpose:
Add more C++ wrappers and documentation - incrementally check-in Description: Added wrapper for: H5Tdetect_class Also, added Doxygen documentation to existing member functions of AtomType and DataType. Test for the new wrapper will follow in a few weeks. Some typos and small format changes are done in H5File.cpp. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) Windows 2000
Diffstat (limited to 'c++/src/H5DataType.h')
-rw-r--r--c++/src/H5DataType.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5DataType.h b/c++/src/H5DataType.h
index 0fe462f..6d49f7b 100644
--- a/c++/src/H5DataType.h
+++ b/c++/src/H5DataType.h
@@ -81,6 +81,9 @@ class H5_DLLCPP DataType : public H5Object {
// Gets the tag associated with an opaque datatype.
string getTag() const;
+ // Checks whether this datatype contains (or is) a certain type class
+ bool detectClass(H5T_class_t cls) const;
+
// Creates a new variable-length datatype - not implemented yet
// Will be moved into a subclass when completed
//DataType vlenCreate( const DataType& base_type );