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

tbb::internal::start_scan< Range, Body, Partitioner > Class Template Reference
[Algorithms]

Initial task to split the work. More...

#include <parallel_scan.h>

Inherits tbb::task.

Inheritance diagram for tbb::internal::start_scan< Range, Body, Partitioner >:

[legend]
List of all members.

Public Member Functions

 start_scan (sum_node_type *&return_slot_, start_scan &parent, sum_node_type *parent_sum_)
 start_scan (sum_node_type *&return_slot_, const Range &range_, final_sum_type &body_, const Partitioner &partitioner_)

Static Public Member Functions

void run (const Range &range, Body &body, const Partitioner &partitioner)

Detailed Description

template<typename Range, typename Body, typename Partitioner = simple_partitioner>
class tbb::internal::start_scan< Range, Body, Partitioner >

Initial task to split the work.


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.