|
Hedgehog
3.1.0
A library to generate hybrid pipeline workflow systems
|
Implementor for the ExecuteAbstraction. More...
#include "implementor_execute.h"


Public Member Functions | |
| ImplementorExecute ()=default | |
| Default constructor. | |
| virtual | ~ImplementorExecute ()=default |
| Default destructor. | |
| virtual void | execute (std::shared_ptr< Input > data)=0 |
| Execute method for a piece of data. | |
Implementor for the ExecuteAbstraction.
| Input |
Definition at line 34 of file implementor_execute.h.
|
default |
Default constructor.
|
virtualdefault |
Default destructor.
|
pure virtual |
Execute method for a piece of data.
| data | Data to do computation |
Implemented in hh::core::implementor::DefaultExecute< Input >.