|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Types | |
| typedef internal::multifunction_output< Output > | output_port_type |
Public Member Functions | |
| try_put_functor (output_port_type &p, const Output &v) | |
| void | operator() () |
Public Attributes | |
| output_port_type * | port |
| const Output * | value |
| bool | result |
Definition at line 3841 of file flow_graph.h.
| typedef internal::multifunction_output<Output> tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::try_put_functor::output_port_type |
Definition at line 3842 of file flow_graph.h.
|
inline |
|
inline |
Definition at line 3848 of file flow_graph.h.
References internal::multifunction_output< Output >::try_put(), and value.
| output_port_type* tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::try_put_functor::port |
Definition at line 3843 of file flow_graph.h.
| bool tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::try_put_functor::result |
Definition at line 3846 of file flow_graph.h.
| const Output* tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::try_put_functor::value |
Definition at line 3845 of file flow_graph.h.