summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Object.h')
-rw-r--r--c++/src/H5Object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5Object.h b/c++/src/H5Object.h
index cc8b891..c4113f1 100644
--- a/c++/src/H5Object.h
+++ b/c++/src/H5Object.h
@@ -85,6 +85,9 @@ class H5_DLLCPP H5Object : public IdComponent {
void removeAttr( const string& name ) const;
void removeAttr( const char* name ) const;
+ // Creates a reference to a named H5 object in this object.
+ void* Reference(const char* name, H5R_type_t ref_type, DataSpace& dataspace) const;
+
virtual ~H5Object();
protected: