33 H5File(
const char* name,
unsigned int flags,
36 H5File(
const H5std_string& name,
unsigned int flags,
41 void openFile(
const H5std_string& name,
unsigned int flags,
43 void openFile(
const char* name,
unsigned int flags,
56 void getFileInfo(H5F_info_t& file_info)
const;
59 hsize_t getFileSize()
const;
62 hssize_t getFreeSpace()
const;
66 ssize_t getObjCount(
unsigned types = H5F_OBJ_ALL)
const;
70 void getObjIDs(
unsigned types,
size_t max_objs, hid_t *oid_list)
const;
73 void getVFDHandle(
void **file_handle)
const;
74 void getVFDHandle(
const FileAccPropList& fapl,
void **file_handle)
const;
78 static bool isHdf5(
const char* name);
79 static bool isHdf5(
const H5std_string& name);
84 #ifndef DOXYGEN_SHOULD_SKIP_THIS
88 virtual hid_t getLocId()
const;
94 #endif // DOXYGEN_SHOULD_SKIP_THIS
97 virtual H5std_string
fromClass ()
const {
return(
"H5File"); }
100 virtual void throwException(
const H5std_string& func_name,
const H5std_string& msg)
const;
109 virtual hid_t getId()
const;
115 #ifndef DOXYGEN_SHOULD_SKIP_THIS
117 virtual void p_setId(
const hid_t new_id);
118 #endif // DOXYGEN_SHOULD_SKIP_THIS
Class Group represents an HDF5 group.
Definition: H5Group.h:24
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5File.h:97
static const FileCreatPropList & DEFAULT
Default file creation property list.
Definition: H5FcreatProp.h:28
static const FileAccPropList & DEFAULT
Default file access property list.
Definition: H5FaccProp.h:28
Class FileCreatPropList inherits from PropList and provides wrappers for the HDF5 file create propert...
Definition: H5FcreatProp.h:25
Class FileAccPropList inherits from PropList and provides wrappers for the HDF5 file access property ...
Definition: H5FaccProp.h:25
Class H5File represents an HDF5 file.
Definition: H5File.h:30