FOUND
|
Stage is an interface that wraps an SISO function. More...
#include <stages.hpp>
Public Member Functions | |
virtual Output | Run (Input input)=0 |
Runs this stage. | |
![]() | |
virtual void | DoAction ()=0 |
Performs some action. | |
Stage is an interface that wraps an SISO function.
Input | The input type |
Output | The output type |
|
pure virtual |
Runs this stage.
input | The input to the stage |