Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_body_impl.h>
Public Types | |
typedef continue_msg | input_type |
typedef continue_msg | output_type |
Public Member Functions | |
decrementer (int number_of_predecessors=0) | |
void | set_owner (T *node) |
Protected Member Functions | |
graph & | graph_reference () __TBB_override |
Private Member Functions | |
task * | execute () __TBB_override |
![]() | |
no_copy () | |
Allow default construction. More... | |
Private Attributes | |
T * | my_node |
Definition at line 348 of file _flow_graph_body_impl.h.
typedef continue_msg internal::decrementer< T >::input_type |
Definition at line 364 of file _flow_graph_body_impl.h.
typedef continue_msg internal::decrementer< T >::output_type |
Definition at line 365 of file _flow_graph_body_impl.h.
|
inline |
Definition at line 366 of file _flow_graph_body_impl.h.
|
inlineprivate |
Definition at line 352 of file _flow_graph_body_impl.h.
References internal::decrementer< T >::my_node.
|
inlineprotected |
Definition at line 358 of file _flow_graph_body_impl.h.
References internal::decrementer< T >::my_node.
|
inline |
Definition at line 375 of file _flow_graph_body_impl.h.
References internal::decrementer< T >::my_node.
|
private |
Definition at line 350 of file _flow_graph_body_impl.h.
Referenced by internal::decrementer< T >::execute(), internal::decrementer< T >::graph_reference(), and internal::decrementer< T >::set_owner().