|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Minimal command interface. More...
#include <Interface.h>

Public Member Functions | |
| virtual void | execute ()=0 |
| Executes the command. | |
| virtual | ~ICommand ()=default |
| Virtual destructor. | |
Minimal command interface.
Represents an executable operation that can be scheduled, queued, or dispatched in a generic way. In this context, commands typically wrap calls to a specific ICalculator.
Definition at line 83 of file Interface.h.
|
virtualdefault |
Virtual destructor.
|
pure virtual |
Executes the command.
Implemented in CalculateSpectrumCommand.