Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::matching_forwarding_base< KeyType > Struct Template Referenceabstract

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::internal::matching_forwarding_base< KeyType >:
Collaboration diagram for tbb::flow::interface11::internal::matching_forwarding_base< KeyType >:

Public Types

typedef tbb::internal::strip< KeyType >::type current_key_type
 

Public Member Functions

 matching_forwarding_base (graph &g)
 
virtual taskincrement_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 taskdecrement_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
graphgraph_ref
 

Detailed Description

template<typename KeyType>
struct tbb::flow::interface11::internal::matching_forwarding_base< KeyType >

Definition at line 41 of file flow_graph.h.

Member Typedef Documentation

◆ current_key_type

Definition at line 42 of file flow_graph.h.

Constructor & Destructor Documentation

◆ matching_forwarding_base()

template<typename KeyType>
tbb::flow::interface11::internal::matching_forwarding_base< KeyType >::matching_forwarding_base ( graph g)
inline

Definition at line 43 of file flow_graph.h.

43 : 2196 )

Member Function Documentation

◆ increment_key_count()

template<typename KeyType>
virtual task* tbb::flow::interface11::internal::matching_forwarding_base< KeyType >::increment_key_count ( current_key_type const &  ,
bool   
)
pure virtual

Member Data Documentation

◆ current_key

template<typename KeyType>
current_key_type tbb::flow::interface11::internal::matching_forwarding_base< KeyType >::current_key

Definition at line 45 of file flow_graph.h.


The documentation for this struct was generated from the following file:

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.