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 3528 of file flow_graph.h.
typedef internal::multifunction_output<Output> tbb::flow::interface10::async_node< Input, Output, Policy, Allocator >::try_put_functor::output_port_type |
Definition at line 3529 of file flow_graph.h.
|
inline |
Definition at line 3534 of file flow_graph.h.
|
inline |
Definition at line 3535 of file flow_graph.h.
References tbb::flow::interface10::internal::multifunction_output< Output >::try_put().
output_port_type* tbb::flow::interface10::async_node< Input, Output, Policy, Allocator >::try_put_functor::port |
Definition at line 3530 of file flow_graph.h.
bool tbb::flow::interface10::async_node< Input, Output, Policy, Allocator >::try_put_functor::result |
Definition at line 3533 of file flow_graph.h.
const Output* tbb::flow::interface10::async_node< Input, Output, Policy, Allocator >::try_put_functor::value |
Definition at line 3532 of file flow_graph.h.