|
Hedgehog
3.1.0
A library to generate hybrid pipeline workflow systems
|
Behavior abstraction for nodes that receive multiple types of data. More...
#include "multi_receivers.h"

Public Types | |
| using | inputs_t = std::tuple< Inputs... > |
| Accessor of input data type. | |
Public Member Functions | |
| MultiReceivers ()=default | |
| Default constructor. | |
| virtual | ~MultiReceivers ()=default |
| Default destructor. | |
Behavior abstraction for nodes that receive multiple types of data.
| Inputs | Types of data the node receives |
Definition at line 34 of file multi_receivers.h.
| using hh::behavior::MultiReceivers< Inputs >::inputs_t = std::tuple<Inputs...> |
Accessor of input data type.
Definition at line 36 of file multi_receivers.h.
|
default |
Default constructor.
|
virtualdefault |
Default destructor.