BRE12
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: