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

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::internal::forwarding_base:
Collaboration diagram for tbb::flow::interface11::internal::forwarding_base:

Public Member Functions

 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

graphgraph_ref
 

Detailed Description

Definition at line 27 of file flow_graph.h.

Constructor & Destructor Documentation

◆ forwarding_base()

tbb::flow::interface11::internal::forwarding_base::forwarding_base ( graph g)
inline

Definition at line 28 of file flow_graph.h.

43 : 2196 )

◆ ~forwarding_base()

virtual tbb::flow::interface11::internal::forwarding_base::~forwarding_base ( )
inlinevirtual

Definition at line 29 of file flow_graph.h.

43 : 2196 )

Member Function Documentation

◆ decrement_port_count()

◆ increment_port_count()

Member Data Documentation

◆ graph_ref

graph& tbb::flow::interface11::internal::forwarding_base::graph_ref

Definition at line 35 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.