| Hedgehog
    3.1.0
    A library to generate hybrid pipeline workflow systems | 
Switch rules behavior abstraction for different types of input. More...
#include "multi_switch_rules.h"


| Public Member Functions | |
| MultiSwitchRules ()=default | |
| Default constructor. | |
| ~MultiSwitchRules () override=default | |
| Default destructor. | |
|  Public Member Functions inherited from hh::behavior::SwitchRule< Inputs > | |
| SwitchRule ()=default | |
| Default constructor. | |
| virtual | ~SwitchRule ()=default | 
| Default destructor. | |
| virtual bool | sendToGraph (std::shared_ptr< Inputs > &data, size_t const &graphId)=0 | 
| Switch rule to determine if data should be sent to the graph graphId managed by an AbstractExecutionPipeline. | |
Switch rules behavior abstraction for different types of input.
| Inputs | Types of switch's input | 
Definition at line 32 of file multi_switch_rules.h.
| 
 | default | 
Default constructor.
| 
 | overridedefault | 
Default destructor.