tbb::internal::final_sum< Range, Body > Class Template Reference
[Algorithms]
Performs final scan for a leaf.
More...
#include <parallel_scan.h>
Inherits tbb::task.
Inheritance diagram for tbb::internal::final_sum< Range, Body >:
[legend]List of all members.
|
Public Member Functions |
| final_sum (Body &body_) |
void | finish_construction (const Range &range_, Body *stuff_last_) |
Public Attributes |
Body | body |
Detailed Description
template<typename Range, typename Body>
class tbb::internal::final_sum< Range, Body >
Performs final scan for a leaf.
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.