Public Types | Public Member Functions | Protected Member Functions | List of all members
tbb::flow::interface7::multifunction_node< Input, Output, graph_buffer_policy, Allocator > Class Template Reference

implements a function node that supports Input -> (set of outputs) More...

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface7::multifunction_node< Input, Output, graph_buffer_policy, Allocator >:
tbb::flow::interface7::graph_node

Public Types

typedef Input input_type
 
typedef
internal::wrap_tuple_elements
< N,
internal::multifunction_output,
Output >::type 
output_ports_type
 

Public Member Functions

template<typename Body >
 multifunction_node (graph &g, size_t concurrency, Body body)
 
 multifunction_node (const multifunction_node &other)
 
void set_name (const char *name)
 
- Public Member Functions inherited from tbb::flow::interface7::graph_node
 graph_node (graph &g)
 

Protected Member Functions

void reset ()
 

Additional Inherited Members

- Protected Attributes inherited from tbb::flow::interface7::graph_node
graphmy_graph
 
graph_nodenext
 
graph_nodeprev
 

Detailed Description

template<typename Input, typename Output, graph_buffer_policy = queueing, typename Allocator = cache_aligned_allocator<Input>>
class tbb::flow::interface7::multifunction_node< Input, Output, graph_buffer_policy, Allocator >

implements a function node that supports Input -> (set of outputs)


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

Copyright © 2005-2014 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.