Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Member Functions | |
decrementer () | |
void | set_owner (T *node) |
![]() | |
bool | try_put (const typename internal::async_helpers< DecrementType >::filtered_type &t) |
Put an item to the receiver. More... | |
bool | try_put (const typename internal::async_helpers< DecrementType >::async_type &t) |
![]() | |
virtual | ~untyped_receiver () |
Destructor. More... | |
template<typename X > | |
bool | try_put (const X &t) |
Put an item to the receiver. More... | |
virtual bool | register_predecessor (predecessor_type &) |
Add a predecessor to the node. More... | |
virtual bool | remove_predecessor (predecessor_type &) |
Remove a predecessor from the node. More... | |
Protected Member Functions | |
task * | try_put_task (const DecrementType &value) __TBB_override |
Put item to successor; return task to run the successor if possible. More... | |
graph & | graph_reference () const __TBB_override |
void | reset_receiver (reset_flags f) __TBB_override |
put receiver back in initial state More... | |
![]() | |
virtual task * | try_put_task_wrapper (const void *p, bool is_async) __TBB_override |
![]() | |
template<typename X > | |
task * | try_put_task (const X &t) |
virtual bool | is_continue_receiver () |
Private Attributes | |
T * | my_node |
Friends | |
template<typename U , typename V > | |
class | tbb::flow::interface11::limiter_node |
Additional Inherited Members | |
![]() | |
typedef untyped_sender | predecessor_type |
The predecessor type for this node. More... | |
![]() | |
__TBB_DEPRECATED typedef DecrementType | input_type |
The input type of this receiver. More... | |
__TBB_DEPRECATED typedef internal::async_helpers< DecrementType >::filtered_type | filtered_type |
![]() | |
no_copy (const no_copy &)=delete | |
no_copy ()=default | |
Definition at line 406 of file flow_graph.h.
|
inline |
Definition at line 438 of file flow_graph.h.
|
inlineprotectedvirtual |
Implements tbb::flow::interface11::internal::untyped_receiver.
Definition at line 420 of file flow_graph.h.
|
inlineprotectedvirtual |
put receiver back in initial state
Implements tbb::flow::interface11::internal::untyped_receiver.
Definition at line 425 of file flow_graph.h.
|
inline |
Definition at line 439 of file flow_graph.h.
|
inlineprotectedvirtual |
Put item to successor; return task to run the successor if possible.
Implements tbb::flow::interface11::receiver< DecrementType >.
Definition at line 413 of file flow_graph.h.
|
friend |
Definition at line 424 of file flow_graph.h.
|
private |
Definition at line 410 of file flow_graph.h.