| 
    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 () | 
  Public Member Functions inherited from tbb::flow::interface11::graph_node | |
| 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 | |
  Protected Attributes inherited from tbb::flow::interface11::graph_node | |
| graph & | my_graph | 
| graph_node * | next | 
| graph_node * | prev | 
Definition at line 4108 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 4110 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 4126 of file flow_graph.h.
References CODEPTR, and tbb::internal::fgt_composite().
      
  | 
  inline | 
Definition at line 4144 of file flow_graph.h.
References tbb::flow::interface11::internal::add_nodes_impl().
      
  | 
  inline | 
Definition at line 4141 of file flow_graph.h.
References tbb::flow::interface11::internal::add_nodes_impl().
      
  | 
  inline | 
Definition at line 4152 of file flow_graph.h.
References __TBB_ASSERT.
      
  | 
  inlineprotectedvirtual | 
Implements tbb::flow::interface11::graph_node.
Definition at line 4117 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 4132 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 4113 of file flow_graph.h.
      
  | 
  staticprivate | 
Definition at line 4114 of file flow_graph.h.