Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
_flow_graph_node_impl.h File Reference
Include dependency graph for _flow_graph_node_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  internal::function_input_queue< T, A >
 
class  internal::function_input_base< Input, Policy, A, ImplType >
 Input and scheduling for a function node that takes a type Input as input. More...
 
class  internal::function_input_base< Input, Policy, A, ImplType >::operation_type
 
class  internal::function_input< Input, Output, Policy, A >
 Implements methods for a function node that takes a type Input as input and sends. More...
 
struct  internal::clear_element< N >
 
struct  internal::clear_element< 1 >
 
struct  internal::init_output_ports< OutputTuple >
 
class  internal::multifunction_input< Input, OutputPortSet, Policy, A >
 Implements methods for a function node that takes a type Input as input. More...
 
struct  internal::emit_element< N >
 
struct  internal::emit_element< 1 >
 
class  internal::continue_input< Output, Policy >
 Implements methods for an executable node that takes continue_msg as input. More...
 
class  internal::function_output< Output >
 Implements methods for both executable and function nodes that puts Output to its successors. More...
 
class  internal::multifunction_output< Output >
 

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 >::typeinternal::output_port (MOP &op)
 
void internal::check_task_and_spawn (graph &g, task *t)
 
template<typename CompositeType >
void internal::add_nodes_impl (CompositeType *, bool)
 
template<typename CompositeType , typename NodeType1 , typename... NodeTypes>
void internal::add_nodes_impl (CompositeType *c_node, bool visible, const NodeType1 &n1, const NodeTypes &... n)
 

Macro Definition Documentation

◆ __TBB__flow_graph_node_impl_H

#define __TBB__flow_graph_node_impl_H

Definition at line 19 of file flow_graph.h.


Copyright © 2005-2020 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.