Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
typedef tbb::flow::tuple< receiver< InputTypes > &... > | input_ports_type |
typedef tbb::flow::tuple< sender< OutputTypes > &... > | output_ports_type |
Public Member Functions | |
composite_node (graph &g) | |
template<typename T1 , typename T2 > | |
void | set_external_ports (T1 &&input_ports_tuple, T2 &&output_ports_tuple) |
template<typename... NodeTypes> | |
void | add_visible_nodes (const NodeTypes &... n) |
template<typename... NodeTypes> | |
void | add_nodes (const NodeTypes &... n) |
input_ports_type & | input_ports () |
output_ports_type & | output_ports () |
![]() | |
graph_node (graph &g) | |
virtual | ~graph_node () |
Protected Member Functions | |
void | reset_node (reset_flags) __TBB_override |
Private Attributes | |
std::unique_ptr< input_ports_type > | my_input_ports |
std::unique_ptr< output_ports_type > | my_output_ports |
Static Private Attributes | |
static const size_t | NUM_INPUTS = sizeof...(InputTypes) |
static const size_t | NUM_OUTPUTS = sizeof...(OutputTypes) |
Additional Inherited Members | |
![]() | |
graph & | my_graph |
graph_node * | next |
graph_node * | prev |
Definition at line 3594 of file flow_graph.h.
typedef tbb::flow::tuple< receiver<InputTypes>&... > tbb::flow::interface11::composite_node< tbb::flow::tuple< InputTypes... >, tbb::flow::tuple< OutputTypes... > >::input_ports_type |
Definition at line 3597 of file flow_graph.h.
typedef tbb::flow::tuple< sender<OutputTypes>&... > tbb::flow::interface11::composite_node< tbb::flow::tuple< InputTypes... >, tbb::flow::tuple< OutputTypes... > >::output_ports_type |
Definition at line 3598 of file flow_graph.h.
|
inline |
Definition at line 3617 of file flow_graph.h.
References CODEPTR, and tbb::internal::fgt_multiinput_multioutput_node().
|
inline |
Definition at line 3637 of file flow_graph.h.
References internal::add_nodes_impl().
|
inline |
Definition at line 3634 of file flow_graph.h.
References internal::add_nodes_impl().
|
inline |
Definition at line 3645 of file flow_graph.h.
References __TBB_ASSERT.
|
inline |
Definition at line 3650 of file flow_graph.h.
References __TBB_ASSERT.
|
inlineprotectedvirtual |
Implements tbb::flow::interface11::graph_node.
Definition at line 3608 of file flow_graph.h.
|
inline |
Definition at line 3623 of file flow_graph.h.
References __TBB_STATIC_ASSERT, tbb::internal::fgt_internal_input_alias_helper< PortsTuple, N >::alias_port(), tbb::internal::fgt_internal_output_alias_helper< PortsTuple, N >::alias_port(), and value.
|
private |
Definition at line 3601 of file flow_graph.h.
|
private |
Definition at line 3602 of file flow_graph.h.
|
staticprivate |
Definition at line 3604 of file flow_graph.h.
|
staticprivate |
Definition at line 3605 of file flow_graph.h.