summaryrefslogtreecommitdiffstats
path: root/c++/src/H5PropList.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5PropList.h')
-rw-r--r--c++/src/H5PropList.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/c++/src/H5PropList.h b/c++/src/H5PropList.h
index 36178eb..1d4816f 100644
--- a/c++/src/H5PropList.h
+++ b/c++/src/H5PropList.h
@@ -44,6 +44,10 @@ class H5_DLLCPP PropList : public IdComponent {
// Makes a copy of the given property list.
void copy( const PropList& like_plist );
+ // Copies a property from this property list or class to another
+ void copyProp( PropList& dest, const char* name) const;
+ void copyProp( PropList& dest, const string& name) const;
+
// Copies a property from one property list or property class to another
void copyProp( PropList& dest, PropList& src, const char* name) const;
void copyProp( PropList& dest, PropList& src, const string& name) const;