diff options
Diffstat (limited to 'c++/src/H5File.h')
-rw-r--r-- | c++/src/H5File.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h index 7e73ef3..84947fd 100644 --- a/c++/src/H5File.h +++ b/c++/src/H5File.h @@ -39,6 +39,9 @@ class H5_DLLCPP H5File : public IdComponent, public CommonFG { // Close this file. virtual void close(); + // Flushes all buffers associated with this file to disk + void flush(H5F_scope_t scope) const; + // Gets the access property list of this file. FileAccPropList getAccessPlist() const; |