|
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 () const __TBB_override |
Private Member Functions | |
| task * | execute () __TBB_override |
Private Member Functions inherited from tbb::internal::no_copy | |
| no_copy (const no_copy &)=delete | |
| no_copy ()=default | |
Private Attributes | |
| T * | my_node |
Definition at line 416 of file _flow_graph_body_impl.h.
| typedef continue_msg internal::decrementer< T, continue_msg, void >::input_type |
Definition at line 432 of file _flow_graph_body_impl.h.
| typedef continue_msg internal::decrementer< T, continue_msg, void >::output_type |
Definition at line 433 of file _flow_graph_body_impl.h.
|
inline |
Definition at line 434 of file _flow_graph_body_impl.h.
|
inlineprivate |
Definition at line 420 of file _flow_graph_body_impl.h.
|
inlineprotected |
Definition at line 426 of file _flow_graph_body_impl.h.
|
inline |
Definition at line 443 of file _flow_graph_body_impl.h.
|
private |
Definition at line 418 of file _flow_graph_body_impl.h.