| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
For internal use only. More...
#include <parallel_do.h>
Static Public Member Functions | |
| template<typename A1 , typename A2 > | |
| static void | call (const Body &obj, __TBB_FORWARDING_REF(A1) arg1, A2 &arg2) | 
Private Types | |
| typedef parallel_do_feeder< Item > | Feeder | 
Static Private Member Functions | |
| template<typename A1 , typename A2 , typename CvItem > | |
| static void | internal_call (const Body &obj, __TBB_FORWARDING_REF(A1) arg1, A2 &, void(Body::*)(CvItem) const) | 
| template<typename A1 , typename A2 , typename CvItem > | |
| static void | internal_call (const Body &obj, __TBB_FORWARDING_REF(A1) arg1, A2 &arg2, void(Body::*)(CvItem, parallel_do_feeder< Item > &) const) | 
| template<typename A1 , typename A2 , typename CvItem > | |
| static void | internal_call (const Body &obj, __TBB_FORWARDING_REF(A1) arg1, A2 &, void(Body::*)(CvItem &) const) | 
| template<typename A1 , typename A2 , typename CvItem > | |
| static void | internal_call (const Body &obj, __TBB_FORWARDING_REF(A1) arg1, A2 &arg2, void(Body::*)(CvItem &, parallel_do_feeder< Item > &) const) | 
For internal use only.
Selects one of the two possible forms of function call member operator.
Definition at line 65 of file parallel_do.h.
      
  | 
  private | 
Definition at line 67 of file parallel_do.h.
      
  | 
  inlinestatic | 
Definition at line 86 of file parallel_do.h.
References tbb::interface9::internal::parallel_do_operator_selector< Body, Item >::internal_call().
Referenced by tbb::interface9::internal::do_iteration_task< Body, Item >::execute(), and tbb::interface9::internal::do_iteration_task_iter< Iterator, Body, Item >::execute().
      
  | 
  inlinestaticprivate | 
Definition at line 69 of file parallel_do.h.
Referenced by tbb::interface9::internal::parallel_do_operator_selector< Body, Item >::call().
      
  | 
  inlinestaticprivate | 
Definition at line 73 of file parallel_do.h.
      
  | 
  inlinestaticprivate | 
Definition at line 77 of file parallel_do.h.
      
  | 
  inlinestaticprivate | 
Definition at line 81 of file parallel_do.h.