|
Gromacs
2026.0-dev-20251111-8c1ac59
|
#include <gromacs/modularsimulator/checkpointhelper.h>
Builder for the checkpoint helper.
Public Member Functions | |
| CheckpointHelperBuilder (std::unique_ptr< ReadCheckpointDataHolder > checkpointDataHolder, StartingBehavior startingBehavior, const t_commrec *cr) | |
| Constructor. | |
| void | registerClient (ICheckpointHelperClient *client) |
| Register checkpointing client. | |
| void | setCheckpointHandler (std::unique_ptr< CheckpointHandler > checkpointHandler) |
| Set CheckpointHandler. | |
| template<typename... Args> | |
| std::unique_ptr< CheckpointHelper > | build (Args &&...args) |
| Return CheckpointHelper. | |
1.8.5