Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include "_flow_graph_item_buffer_impl.h"
Go to the source code of this file.
Namespaces | |
internal | |
Macros | |
#define | __TBB__flow_graph_node_impl_H |
Functions | |
template<size_t N, typename MOP > | |
tbb::flow::tuple_element< N, typename MOP::output_ports_type >::type & | output_port (MOP &op) |
void | check_task_and_spawn (graph &g, task *t) |
template<typename CompositeType > | |
void | add_nodes_impl (CompositeType *, bool) |
template<typename CompositeType , typename NodeType1 , typename... NodeTypes> | |
void | add_nodes_impl (CompositeType *c_node, bool visible, const NodeType1 &n1, const NodeTypes &... n) |
#define __TBB__flow_graph_node_impl_H |
Definition at line 23 of file flow_graph.h.
void internal::add_nodes_impl | ( | CompositeType * | , |
bool | |||
) |
Definition at line 883 of file _flow_graph_node_impl.h.
Referenced by add_nodes_impl().
void internal::add_nodes_impl | ( | CompositeType * | c_node, |
bool | visible, | ||
const NodeType1 & | n1, | ||
const NodeTypes &... | n | ||
) |
Definition at line 886 of file _flow_graph_node_impl.h.
References add_nodes_impl(), addr, and tbb::internal::fgt_alias_port().
Definition at line 652 of file _flow_graph_node_impl.h.
References tbb::flow::interface10::internal::spawn_in_graph_arena(), and tbb::flow::internal::SUCCESSFULLY_ENQUEUED.
Referenced by internal::emit_element< N >::emit_this(), and internal::emit_element< 1 >::emit_this().
tbb::flow::tuple_element<N, typename MOP::output_ports_type>::type& internal::output_port | ( | MOP & | op | ) |
Definition at line 648 of file _flow_graph_node_impl.h.