Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <task_arena.h>
Public Member Functions | |
delegated_function (F &f) | |
void | consume_result () const |
![]() | |
virtual | ~delegate_base () |
Private Member Functions | |
void | operator() () const __TBB_override |
Private Attributes | |
F & | my_func |
Friends | |
class | task_arena_base |
Definition at line 93 of file task_arena.h.
|
inline |
Definition at line 99 of file task_arena.h.
|
inline |
Definition at line 100 of file task_arena.h.
|
inlineprivatevirtual |
Implements tbb::interface7::internal::delegate_base.
Definition at line 95 of file task_arena.h.
|
friend |
Definition at line 102 of file task_arena.h.
|
private |
Definition at line 94 of file task_arena.h.