|
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 334 of file _flow_graph_body_impl.h.
| typedef continue_msg internal::decrementer< T >::input_type |
Definition at line 350 of file _flow_graph_body_impl.h.
| typedef continue_msg internal::decrementer< T >::output_type |
Definition at line 351 of file _flow_graph_body_impl.h.
|
inline |
Definition at line 352 of file _flow_graph_body_impl.h.
|
inlineprivate |
Definition at line 338 of file _flow_graph_body_impl.h.
References internal::decrementer< T >::my_node.
|
inlineprotected |
Definition at line 344 of file _flow_graph_body_impl.h.
References internal::decrementer< T >::my_node.
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 353 of file _flow_graph_body_impl.h.
References internal::decrementer< T >::my_node.
|
private |
Definition at line 336 of file _flow_graph_body_impl.h.
Referenced by internal::decrementer< T >::execute(), internal::decrementer< T >::graph_reference(), and internal::decrementer< T >::set_owner().