Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | Related Pages

tbb::parallel_do_feeder< Item > Class Template Reference

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

#include <parallel_do.h>

Inherits tbb::internal::no_copy.

Inherited by tbb::internal::parallel_do_feeder_impl< Body, Item >.

Inheritance diagram for tbb::parallel_do_feeder< Item >:

[legend]
List of all members.

Public Member Functions

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

Friends

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:
Item Work item type *


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

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