summaryrefslogtreecommitdiffstats
path: root/c++/src/H5IntType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5IntType.h')
-rw-r--r--c++/src/H5IntType.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/c++/src/H5IntType.h b/c++/src/H5IntType.h
index fb9889d..76ef6a9 100644
--- a/c++/src/H5IntType.h
+++ b/c++/src/H5IntType.h
@@ -23,6 +23,10 @@ class 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;