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 fecadcd..186bf22 100644
--- a/c++/src/H5PropList.h
+++ b/c++/src/H5PropList.h
@@ -28,6 +28,10 @@ class __DLLCPP__ PropList : public IdComponent {
// Make a copy of the given property list using assignment statement
PropList& operator=( const PropList& rhs );
+ // Copies a property from one property list or property class to another
+ void copyProp( PropList& dest, PropList& src, const string& name);
+ void copyProp( PropList& dest, PropList& src, const char* name);
+
// Gets the class of this property list, i.e. H5P_FILE_CREATE,
// H5P_FILE_ACCESS, ...
hid_t getClass() const;