SpECTRE
v2025.03.17
|
Class meant to mock h5::H5File in the testing framework. More...
#include <MockH5.hpp>
Public Member Functions | |
MockDat & | get_dat (const std::string &subfile_path) |
const MockDat & | get_dat (const std::string &subfile_path) const |
MockDat & | try_insert (const std::string &subfile_path) |
void | pup (PUP::er &p) |
Class meant to mock h5::H5File in the testing framework.
The methods of this class are similar to that of h5::H5File to keep a familiar interface, but they may not be identical.