summaryrefslogtreecommitdiffstats
path: root/c++/src/H5IntType.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-19 14:06:58 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-19 14:06:58 (GMT)
commitacb2b222a8d4ad7a5f4a5ce94c7e86ea8522b957 (patch)
tree0d8732c63610e7954eaba694b0533b5751379760 /c++/src/H5IntType.h
parent7e5eee8e90c820dc477ed4d9eab4d6066e6c9a8c (diff)
downloadhdf5-acb2b222a8d4ad7a5f4a5ce94c7e86ea8522b957.zip
hdf5-acb2b222a8d4ad7a5f4a5ce94c7e86ea8522b957.tar.gz
hdf5-acb2b222a8d4ad7a5f4a5ce94c7e86ea8522b957.tar.bz2
[svn-r8542] Purpose:
Add documentation and a missing function - incrementally check-in Description: Added wrapper for H5Tget_nmembers to H5EnumType.*; it was accidentally left out. Also, added doxygen documentation and removed outdated comments. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) Windows 2000 Misc. update:
Diffstat (limited to 'c++/src/H5IntType.h')
-rw-r--r--c++/src/H5IntType.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/c++/src/H5IntType.h b/c++/src/H5IntType.h
index 5d8b1f9..0cff95f 100644
--- a/c++/src/H5IntType.h
+++ b/c++/src/H5IntType.h
@@ -37,10 +37,6 @@ class H5_DLLCPP IntType : public AtomType {
// Gets the integer datatype of the specified dataset
IntType( const DataSet& dataset );
- // Assignment operator that takes a predefined type
- // may not use - BMR
- // virtual IntType& operator=( const PredType& rhs );
-
// Retrieves the sign type for an integer type
H5T_sign_t getSign() const;