Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Calls the function with values from range [begin, end) with a step provided. More...
#include <parallel_for.h>
Public Member Functions | |
parallel_for_body (const Function &_func, Index &_begin, Index &_step) | |
void | operator() (const tbb::blocked_range< Index > &r) const |
Private Attributes | |
const Function & | my_func |
const Index | my_begin |
const Index | my_step |
Calls the function with values from range [begin, end) with a step provided.
Definition at line 152 of file tbb/parallel_for.h.
|
inline |
Definition at line 157 of file tbb/parallel_for.h.
|
inline |
Definition at line 160 of file tbb/parallel_for.h.
References tbb::blocked_range< Value >::begin(), tbb::blocked_range< Value >::end(), tbb::internal::parallel_for_body< Function, Index >::my_begin, tbb::internal::parallel_for_body< Function, Index >::my_func, and tbb::internal::parallel_for_body< Function, Index >::my_step.
|
private |
Definition at line 154 of file tbb/parallel_for.h.
Referenced by tbb::internal::parallel_for_body< Function, Index >::operator()().
|
private |
Definition at line 153 of file tbb/parallel_for.h.
Referenced by tbb::internal::parallel_for_body< Function, Index >::operator()().
|
private |
Definition at line 155 of file tbb/parallel_for.h.
Referenced by tbb::internal::parallel_for_body< Function, Index >::operator()().