| Hedgehog
    3.1.0
    A library to generate hybrid pipeline workflow systems | 
Behavior abstraction for nodes that present computation on different types of inputs. More...
#include "multi_execute.h"


| Public Member Functions | |
| MultiExecute ()=default | |
| Default constructor. | |
| virtual | ~MultiExecute ()=default | 
| Default destructor. | |
|  Public Member Functions inherited from hh::behavior::Execute< Inputs > | |
| Execute ()=default | |
| Default constructor. | |
| virtual | ~Execute ()=default | 
| Default destructor. | |
| virtual void | execute (std::shared_ptr< Inputs > data)=0 | 
| Virtual declaration of execute function for a data of type Input. | |
Behavior abstraction for nodes that present computation on different types of inputs.
| Inputs | Type of inputs | 
Definition at line 34 of file multi_execute.h.
| 
 | default | 
Default constructor.
| 
 | virtualdefault | 
Default destructor.