Public Member Functions | Friends | List of all members
tbb::parallel_do_feeder< Item > Class Template Referenceabstract

Class the user supplied algorithm body uses to add new tasks. More...

#include <parallel_do.h>

Inheritance diagram for tbb::parallel_do_feeder< Item >:

Public Member Functions

void add (const Item &item)
 Add a work item to a running parallel_do.
 

Friends

template<typename Body_ , typename Item_ >
class internal::parallel_do_feeder_impl
 

Detailed Description

template<typename Item>
class tbb::parallel_do_feeder< Item >

Class the user supplied algorithm body uses to add new tasks.

Parameters
ItemWork item type

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

Copyright © 2005-2014 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.