Gromacs
2025-dev-20240910-a7e2421
|
#include <testutils/include/testutils/tprfilegenerator.h>
Helper to bundle generated TPR and the file manager to clean it up.
Public Member Functions | |
TprAndFileManager (const std::string &name, const std::string &mdpContent="") | |
Generates the file when needed. More... | |
const std::string & | tprName () const |
Access to the string. | |
gmx::test::TprAndFileManager::TprAndFileManager | ( | const std::string & | name, |
const std::string & | mdpContent = "" |
||
) |
Generates the file when needed.
[in] | name | The basename of the input files and the generated TPR. |
[in] | mdpContent | Optionally, content of the MDP file used to generate the tpr |