Hedgehog  0.0.0
A library to generate hybrid pipeline workflow systems
hh::behavior::Sender< Output > Class Template Reference

Sender Behavior definition, node has an output type. More...

#include "sender.h"

Inheritance diagram for hh::behavior::Sender< Output >:
Inheritance graph
Collaboration diagram for hh::behavior::Sender< Output >:
Collaboration graph

Public Types

using output_t = Output
 Output Type.
 

Additional Inherited Members

- Public Member Functions inherited from hh::behavior::Node
virtual std::shared_ptr< core::CoreNodecore ()=0
 Core Accessor. More...
 
virtual std::string extraPrintingInformation () const
 Adds node information to print in the dot file. More...
 
virtual bool canTerminate ()
 Determine if the node can terminate. More...
 

Detailed Description

template<class Output>
class hh::behavior::Sender< Output >

Sender Behavior definition, node has an output type.

Template Parameters
OutputOutput data type

Definition at line 32 of file sender.h.


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