#include <flow_graph.h>
Inheritance diagram for tbb::flow::interface6::receiver< T >:
Public Types | |
typedef T | input_type |
The input type of this receiver. | |
typedef sender< T > | predecessor_type |
The predecessor type for this node. | |
Public Member Functions | |
virtual | ~receiver () |
Destructor. | |
bool | try_put (const T &t) |
Put an item to the receiver. | |
virtual bool | register_predecessor (predecessor_type &) |
Add a predecessor to the node. | |
virtual bool | remove_predecessor (predecessor_type &) |
Remove a predecessor from the node. | |
Protected Member Functions | |
virtual task * | try_put_task (const T &t)=0 |
virtual void | reset_receiver ()=0 |
virtual bool | is_continue_receiver () |
Friends | |
class | run_and_put_task |
put item to successor; return task to run the successor if possible. | |
class | internal::broadcast_cache |
class | internal::round_robin_cache |
class | limiter_node |
put receiver back in initial state | |
class | internal::successor_cache |