Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions
gmx::ILastStepSignallerClient Class Referenceabstract

#include <gromacs/modularsimulator/modularsimulatorinterfaces.h>

+ Inheritance diagram for gmx::ILastStepSignallerClient:

Description

Interface for clients of the LastStepSignaller.

Defining registerLastStepCallback allows clients to register an arbitrary callback for notification by the signaller.

Public Member Functions

virtual ~ILastStepSignallerClient ()=default
 Standard virtual destructor.
 

Protected Member Functions

virtual std::optional
< SignallerCallback
registerLastStepCallback ()=0
 Return callback to LastStepSignaller.
 

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