Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork!
This commit is contained in:
@@ -69,10 +69,17 @@ class H5_DLLCPP H5File : public Group {
|
||||
// Returns the file size of the HDF5 file.
|
||||
hsize_t getFileSize() const;
|
||||
|
||||
// Returns the 'file number' of the HDF5 file.
|
||||
unsigned long getFileNum() const;
|
||||
|
||||
// Determines if a file, specified by its name, is in HDF5 format
|
||||
static bool isHdf5(const char* name);
|
||||
static bool isHdf5(const H5std_string& name);
|
||||
|
||||
// Determines if a file, specified by its name, can be accessed as HDF5
|
||||
static bool isAccessible(const char* name, const FileAccPropList& access_plist = FileAccPropList::DEFAULT);
|
||||
static bool isAccessible(const H5std_string& name, const FileAccPropList& access_plist = FileAccPropList::DEFAULT);
|
||||
|
||||
// Reopens this file.
|
||||
void reOpen(); // added for better name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user