Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::interface6::flow_control Class Reference

input_filter control to signal end-of-input for parallel_pipeline More...

#include <pipeline.h>

Collaboration diagram for tbb::interface6::flow_control:

Public Member Functions

void stop ()
 

Private Member Functions

 flow_control ()
 

Private Attributes

bool is_pipeline_stopped
 

Friends

template<typename T , typename U , typename Body >
class internal::concrete_filter
 
template<typename Output >
class flow::interface11::input_node
 

Detailed Description

input_filter control to signal end-of-input for parallel_pipeline

Definition at line 316 of file pipeline.h.

Constructor & Destructor Documentation

◆ flow_control()

tbb::interface6::flow_control::flow_control ( )
inlineprivate

Definition at line 318 of file pipeline.h.

318 { is_pipeline_stopped = false; }

References is_pipeline_stopped.

Member Function Documentation

◆ stop()

void tbb::interface6::flow_control::stop ( )
inline

Definition at line 322 of file pipeline.h.

References is_pipeline_stopped.

Friends And Related Function Documentation

◆ flow::interface11::input_node

template<typename Output >
friend class flow::interface11::input_node
friend

Definition at line 320 of file pipeline.h.

◆ internal::concrete_filter

template<typename T , typename U , typename Body >
friend class internal::concrete_filter
friend

Definition at line 319 of file pipeline.h.

Member Data Documentation

◆ is_pipeline_stopped


The documentation for this class 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.