|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Member Functions | |
| void | set_up (void *p, forward_function_ptr f, graph &g) |
| void | reset_receiver (reset_flags) __TBB_override |
| put receiver back in initial state More... | |
Public Member Functions inherited from tbb::flow::interface11::receiver< T > | |
| bool | try_put (const typename internal::async_helpers< T >::filtered_type &t) |
| Put an item to the receiver. More... | |
| bool | try_put (const typename internal::async_helpers< T >::async_type &t) |
Public Member Functions inherited from tbb::flow::interface11::internal::untyped_receiver | |
| 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 T &v) __TBB_override |
| Put item to successor; return task to run the successor if possible. More... | |
| graph & | graph_reference () const __TBB_override |
Protected Member Functions inherited from tbb::flow::interface11::receiver< T > | |
| virtual task * | try_put_task_wrapper (const void *p, bool is_async) __TBB_override |
Protected Member Functions inherited from tbb::flow::interface11::internal::untyped_receiver | |
| template<typename X > | |
| task * | try_put_task (const X &t) |
| virtual bool | is_continue_receiver () |
Private Types | |
| typedef task *(* | forward_function_ptr) (T const &, void *) |
Private Attributes | |
| void * | my_indexer_ptr |
| forward_function_ptr | my_try_put_task |
| graph * | my_graph |
Friends | |
| template<typename R , typename B > | |
| class | run_and_put_task |
| template<typename X , typename Y > | |
| class | internal::broadcast_cache |
| template<typename X , typename Y > | |
| class | internal::round_robin_cache |
Additional Inherited Members | |
Public Types inherited from tbb::flow::interface11::internal::untyped_receiver | |
| typedef untyped_sender | predecessor_type |
| The predecessor type for this node. More... | |
Public Attributes inherited from tbb::flow::interface11::receiver< T > | |
| __TBB_DEPRECATED typedef T | input_type |
| The input type of this receiver. More... | |
| __TBB_DEPRECATED typedef internal::async_helpers< T >::filtered_type | filtered_type |
Definition at line 83 of file flow_graph.h.
|
private |
Definition at line 86 of file flow_graph.h.
|
inlineprotectedvirtual |
Implements tbb::flow::interface11::internal::untyped_receiver.
Definition at line 136 of file flow_graph.h.
|
inlinevirtual |
put receiver back in initial state
Implements tbb::flow::interface11::internal::untyped_receiver.
Definition at line 144 of file flow_graph.h.
|
inline |
Definition at line 100 of file flow_graph.h.
|
inlineprotectedvirtual |
Put item to successor; return task to run the successor if possible.
Implements tbb::flow::interface11::receiver< T >.
Definition at line 132 of file flow_graph.h.
|
friend |
Definition at line 130 of file flow_graph.h.
|
friend |
Definition at line 131 of file flow_graph.h.
Definition at line 129 of file flow_graph.h.
|
private |
Definition at line 93 of file flow_graph.h.
|
private |
Definition at line 85 of file flow_graph.h.
|
private |
Definition at line 87 of file flow_graph.h.