#include <FileInfo.h>
Friends | |
class | FileInfo |
A FileInfoType object stores file-scope info that becomes known when a file is opened and may be needed by any object in the HDF5 hierarchy. Once set, this info cannot be changed. An exception is fileVersion which is needed everywhere, but is also stored as an attribute and thus may be changed.
FileInfoType objects are reference counted using FileInfo to remain open until all file objects have been closed (i.e. the moment HDF5 can close the file).
This class is intended to be used through FileInfo only. Do not use directly.