| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
#include <flow_graph.h>
Public Types | |
| typedef tbb::internal::strip< KeyType >::type | current_key_type | 
Public Member Functions | |
| matching_forwarding_base (graph &g) | |
| virtual task * | increment_key_count (current_key_type const &, bool)=0 | 
  Public Member Functions inherited from tbb::flow::interface11::internal::forwarding_base | |
| forwarding_base (graph &g) | |
| virtual | ~forwarding_base () | 
| virtual task * | decrement_port_count (bool handle_task)=0 | 
| virtual void | increment_port_count ()=0 | 
  Public Member Functions inherited from tbb::internal::no_assign | |
| void | operator= (const no_assign &)=delete | 
| no_assign (const no_assign &)=default | |
| no_assign ()=default | |
Public Attributes | |
| current_key_type | current_key | 
  Public Attributes inherited from tbb::flow::interface11::internal::forwarding_base | |
| graph & | graph_ref | 
Definition at line 41 of file flow_graph.h.
| typedef tbb::internal::strip<KeyType>::type tbb::flow::interface11::internal::matching_forwarding_base< KeyType >::current_key_type | 
Definition at line 42 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 43 of file flow_graph.h.
      
  | 
  pure virtual | 
| current_key_type tbb::flow::interface11::internal::matching_forwarding_base< KeyType >::current_key | 
Definition at line 45 of file flow_graph.h.