| 
    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 | 
| typedef tbb::flow::tuple< sender< OutputTypes > &... > | output_ports_type | 
Public Member Functions | |
| composite_node (graph &g) | |
| template<typename T1 , typename T2 > | |
| void | set_external_ports (T1 &&input_ports_tuple, T2 &&output_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 () | 
| 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< input_ports_type > | my_input_ports | 
| std::unique_ptr< output_ports_type > | my_output_ports | 
Static Private Attributes | |
| static const size_t | NUM_INPUTS = sizeof...(InputTypes) | 
| 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 3979 of file flow_graph.h.
| typedef tbb::flow::tuple< receiver<InputTypes>&... > tbb::flow::interface11::composite_node< tbb::flow::tuple< InputTypes... >, tbb::flow::tuple< OutputTypes... > >::input_ports_type | 
Definition at line 3982 of file flow_graph.h.
| typedef tbb::flow::tuple< sender<OutputTypes>&... > tbb::flow::interface11::composite_node< tbb::flow::tuple< InputTypes... >, tbb::flow::tuple< OutputTypes... > >::output_ports_type | 
Definition at line 3983 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 4002 of file flow_graph.h.
References CODEPTR, and tbb::internal::fgt_multiinput_multioutput_node().
      
  | 
  inline | 
Definition at line 4022 of file flow_graph.h.
References tbb::flow::interface11::internal::add_nodes_impl().
      
  | 
  inline | 
Definition at line 4019 of file flow_graph.h.
References tbb::flow::interface11::internal::add_nodes_impl().
      
  | 
  inline | 
Definition at line 4030 of file flow_graph.h.
References __TBB_ASSERT.
      
  | 
  inline | 
Definition at line 4035 of file flow_graph.h.
References __TBB_ASSERT.
      
  | 
  inlineprotectedvirtual | 
Implements tbb::flow::interface11::graph_node.
Definition at line 3993 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 4008 of file flow_graph.h.
References __TBB_STATIC_ASSERT, tbb::internal::fgt_internal_input_alias_helper< PortsTuple, N >::alias_port(), tbb::internal::fgt_internal_output_alias_helper< PortsTuple, N >::alias_port(), and value.
      
  | 
  private | 
Definition at line 3986 of file flow_graph.h.
      
  | 
  private | 
Definition at line 3987 of file flow_graph.h.
      
  | 
  staticprivate | 
Definition at line 3989 of file flow_graph.h.
      
  | 
  staticprivate | 
Definition at line 3990 of file flow_graph.h.