summaryrefslogtreecommitdiffstats
path: root/c++/src/H5PredType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5PredType.h')
-rw-r--r--c++/src/H5PredType.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/c++/src/H5PredType.h b/c++/src/H5PredType.h
index 7742c90..d444b52 100644
--- a/c++/src/H5PredType.h
+++ b/c++/src/H5PredType.h
@@ -179,6 +179,10 @@ class H5_DLLCPP PredType : public AtomType {
static const PredType NATIVE_UINT_FAST64;
#ifndef DOXYGEN_SHOULD_SKIP_THIS
+
+ // Returns this class name
+ virtual string fromClass () const { return ("PredType"); }
+
// These dummy functions do not inherit from DataType - they'll
// throw a DataTypeIException if invoked.
void commit( H5Object& loc, const string& name );