|
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 |
Private Member Functions inherited from tbb::internal::no_copy | |
| 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.
|
inlineprotected |
Definition at line 358 of file _flow_graph_body_impl.h.
Referenced by tbb::flow::interface10::limiter_node< T >::forward_task(), tbb::flow::interface10::limiter_node< T >::register_predecessor(), and tbb::flow::interface10::limiter_node< T >::register_successor().
|
inline |
Definition at line 375 of file _flow_graph_body_impl.h.
|
private |
Definition at line 350 of file _flow_graph_body_impl.h.