Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ICommand Class Referenceabstract

Minimal command interface. More...

#include <Interface.h>

Inheritance diagram for ICommand:

Public Member Functions

virtual void execute ()=0
 Executes the command.
 
virtual ~ICommand ()=default
 Virtual destructor.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~ICommand()

virtual ICommand::~ICommand ( )
virtualdefault

Virtual destructor.

Member Function Documentation

◆ execute()

virtual void ICommand::execute ( )
pure virtual

Executes the command.

Implemented in CalculateSpectrumCommand.


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