summaryrefslogtreecommitdiffstats
path: root/c++/src/H5PredType.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2005-08-08 15:42:39 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2005-08-08 15:42:39 (GMT)
commitf74bef15ced59291d51e0d3428e2dd595ed37260 (patch)
tree7af4e30ad90920545c29911e4b34e8da6d290bf1 /c++/src/H5PredType.h
parentea15f348a1254b5a4ed3e8039f191a0430e4c3f2 (diff)
downloadhdf5-f74bef15ced59291d51e0d3428e2dd595ed37260.zip
hdf5-f74bef15ced59291d51e0d3428e2dd595ed37260.tar.gz
hdf5-f74bef15ced59291d51e0d3428e2dd595ed37260.tar.bz2
[svn-r11210] Purpose: Code improvement
Description: Made use of IdComponent::inMemFunc in more classes. Platforms tested: Linux 2.4 (heping) SunOS 5.8 64-bit (sol)
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 );