SpECTRE
v2024.12.16
|
Used to store the version of the file. More...
#include <Version.hpp>
Public Member Functions | |
uint32_t | get_version () const |
const std::string & | subfile_path () const override |
Return the path to the subfile where this object is stored. More... | |
virtual const std::string & | subfile_path () const =0 |
Return the path to the subfile where this object is stored. More... | |
Used to store the version of the file.
A Version object should be stored inside each H5 object that is to represent a file, e.g. Dat, or Text.
To write the version use:
To read the version use:
|
inlineoverridevirtual |
Return the path to the subfile where this object is stored.
Implements h5::Object.