20 #ifndef HEDGEHOG_EXECUTE_H 21 #define HEDGEHOG_EXECUTE_H 33 virtual void execute(std::shared_ptr<Input>) = 0;
36 #endif //HEDGEHOG_EXECUTE_H Execute Behavior definition, node that has an execution for an Input data type.
Hedgehog behavior namespace.
virtual void execute(std::shared_ptr< Input >)=0
Virtual declaration of execute function for a data of type Input.