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

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

Combine partial results. More...

#include <parallel_scan.h>

Inherits tbb::task.

Inheritance diagram for tbb::internal::finish_scan< Range, Body >:

[legend]
List of all members.

Public Member Functions

taskexecute ()
 Should be overridden by derived classes.
 finish_scan (sum_node_type *&return_slot_, final_sum_type **sum_, sum_node_type &result_)

Public Attributes

final_sum_typeright_zombie
sum_node_typeresult

Detailed Description

template<typename Range, typename Body>
class tbb::internal::finish_scan< Range, Body >

Combine partial results.


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.