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
 

Detailed Description

input_filter control to signal end-of-input for parallel_pipeline

Definition at line 310 of file pipeline.h.

Constructor & Destructor Documentation

◆ flow_control()

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

Definition at line 312 of file pipeline.h.

312 { is_pipeline_stopped = false; }

References is_pipeline_stopped.

Member Function Documentation

◆ stop()

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

Definition at line 315 of file pipeline.h.

315 { is_pipeline_stopped = true; }

References is_pipeline_stopped.

Friends And Related Function Documentation

◆ internal::concrete_filter

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

Definition at line 313 of file pipeline.h.

Member Data Documentation

◆ is_pipeline_stopped


The documentation for this class was generated from the following file:
tbb::interface6::flow_control::is_pipeline_stopped
bool is_pipeline_stopped
Definition: pipeline.h:311

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.