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 |
Public Member Functions | |
composite_node (graph &g) | |
template<typename T > | |
void | set_external_ports (T &&input_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 () |
![]() | |
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 |
Static Private Attributes | |
static const size_t | NUM_INPUTS = sizeof...(InputTypes) |
Additional Inherited Members | |
![]() | |
graph & | my_graph |
graph_node * | next |
graph_node * | prev |
Definition at line 4049 of file flow_graph.h.
typedef tbb::flow::tuple< receiver<InputTypes>&... > tbb::flow::interface11::composite_node< tbb::flow::tuple< InputTypes... >, tbb::flow::tuple<> >::input_ports_type |
Definition at line 4051 of file flow_graph.h.
|
inline |
Definition at line 4067 of file flow_graph.h.
References CODEPTR, and tbb::internal::fgt_composite().
|
inline |
Definition at line 4085 of file flow_graph.h.
References tbb::flow::interface11::internal::add_nodes_impl().
|
inline |
Definition at line 4082 of file flow_graph.h.
References tbb::flow::interface11::internal::add_nodes_impl().
|
inline |
Definition at line 4093 of file flow_graph.h.
References __TBB_ASSERT.
|
inlineprotectedvirtual |
Implements tbb::flow::interface11::graph_node.
Definition at line 4058 of file flow_graph.h.
|
inline |
Definition at line 4073 of file flow_graph.h.
References __TBB_STATIC_ASSERT, tbb::internal::fgt_internal_input_alias_helper< PortsTuple, N >::alias_port(), and value.
|
private |
Definition at line 4054 of file flow_graph.h.
|
staticprivate |
Definition at line 4055 of file flow_graph.h.