Hedgehog  0.0.0
A library to generate hybrid pipeline workflow systems
hh::behavior::Execute< Input > Class Template Referenceabstract

Execute Behavior definition, node that has an execution for an Input data type. More...

#include "execute.h"

Inheritance diagram for hh::behavior::Execute< Input >:
Inheritance graph
Collaboration diagram for hh::behavior::Execute< Input >:
Collaboration graph

Public Member Functions

virtual void execute (std::shared_ptr< Input >)=0
 Virtual declaration of execute function for a data of type Input.
 

Detailed Description

template<class Input>
class hh::behavior::Execute< Input >

Execute Behavior definition, node that has an execution for an Input data type.

Template Parameters
InputInput data type

Definition at line 30 of file execute.h.


The documentation for this class was generated from the following file: