|
enum | NodeCategory {
unknown,
sourceNode,
sinkNode,
functionNode,
queuedoutNode,
joinNode,
splitNode,
faninNode,
fanoutNode,
multioutNode,
hydraNode
} |
|
typedef std::shared_ptr< INode > | pointer |
| Access subclass facet by pointer. More...
|
|
typedef std::vector< pointer > | vector |
| Vector of shared pointers. More...
|
|
typedef std::shared_ptr< Interface > | pointer |
|
Definition at line 60 of file _test_onion.cxx.
virtual TbbDepoSource::~TbbDepoSource |
( |
| ) |
|
|
inlinevirtual |
virtual void TbbDepoSource::connect |
( |
tbb::flow::graph_node & |
head, |
|
|
tbb::flow::graph_node & |
tail |
|
) |
| |
|
inlinevirtual |
Definition at line 73 of file _test_onion.cxx.
74 tbb::flow::sender<IDepo::pointer>* myhead =
dynamic_cast<tbb::flow::sender<IDepo::pointer>*
>(&head);
76 tbb::flow::receiver<IDepo::pointer>* mytail =
dynamic_cast<tbb::flow::receiver<IDepo::pointer>*
>(&tail);
78 make_edge(*myhead, *mytail);
tbb::flow::graph_node* TbbDepoSource::tbb_node |
( |
tbb::flow::graph & |
graph | ) |
|
|
inlinevirtual |
Implements ITbbNode.
Definition at line 70 of file _test_onion.cxx.
71 return new tbb::flow::source_node<IDepo::pointer>(
graph, *
this,
false);
def graph(desc, maker=maker)
The documentation for this class was generated from the following file: