Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
typedef tbb::flow::tuple< sender< OutputTypes > &... > | output_ports_type |
Public Member Functions | |
__TBB_NOINLINE_SYM | composite_node (graph &g) |
template<typename T > | |
void | set_external_ports (T &&output_ports_tuple) |
template<typename... NodeTypes> | |
void | add_visible_nodes (const NodeTypes &... n) |
template<typename... NodeTypes> | |
void | add_nodes (const NodeTypes &... n) |
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< output_ports_type > | my_output_ports |
Static Private Attributes | |
static const size_t | NUM_OUTPUTS = sizeof...(OutputTypes) |
Additional Inherited Members | |
![]() | |
graph & | my_graph |
graph_node * | next |
graph_node * | prev |
Definition at line 4100 of file flow_graph.h.
typedef tbb::flow::tuple< sender<OutputTypes>&... > tbb::flow::interface11::composite_node< tbb::flow::tuple<>, tbb::flow::tuple< OutputTypes... > >::output_ports_type |
Definition at line 4102 of file flow_graph.h.
|
inline |
Definition at line 4118 of file flow_graph.h.
References CODEPTR, and tbb::internal::fgt_composite().
|
inline |
Definition at line 4136 of file flow_graph.h.
References internal::add_nodes_impl().
|
inline |
Definition at line 4133 of file flow_graph.h.
References internal::add_nodes_impl().
|
inline |
Definition at line 4144 of file flow_graph.h.
References __TBB_ASSERT.
|
inlineprotectedvirtual |
Implements tbb::flow::interface11::graph_node.
Definition at line 4109 of file flow_graph.h.
|
inline |
Definition at line 4124 of file flow_graph.h.
References __TBB_STATIC_ASSERT, tbb::internal::fgt_internal_output_alias_helper< PortsTuple, N >::alias_port(), and value.
|
private |
Definition at line 4105 of file flow_graph.h.
|
staticprivate |
Definition at line 4106 of file flow_graph.h.