SpECTRE  v2024.05.11
TestHelpers::observers::MockDat Struct Reference

Class meant to mock h5::Dat in the testing framework. More...

#include <MockH5.hpp>

Public Member Functions

void append (const std::vector< std::string > &legend, const std::vector< double > &new_data)
 
const Matrixget_data () const
 
const std::vector< std::string > & get_legend () const
 
void pup (PUP::er &p)
 

Detailed Description

Class meant to mock h5::Dat in the testing framework.

Currently, this class is only used inside a MockH5 object. The methods of this class are similar to that of h5::Dat to keep a familiar interface, but they may not be identical.


The documentation for this struct was generated from the following file: