|
Gromacs
2026.0-dev-20251109-f20ba35
|
Functor for checking data frame header against static test input data.
This functor is designed to be invoked as a handled for IAnalysisDataModule::frameStarted().
Public Member Functions | |
| StaticDataFrameHeaderChecker (const AnalysisDataTestInputFrame *frame) | |
| Constructs a checker against a given input data frame. More... | |
| void | operator() (const AnalysisDataFrameHeader &header) const |
| Function call operator for the functor. | |
|
inline |
Constructs a checker against a given input data frame.
| [in] | frame | Frame to check against. |
frame must exist for the lifetime of this object.
1.8.5