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 4227 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 4228 of file flow_graph.h.
|
inline |
|
inline |
Definition at line 4234 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 4229 of file flow_graph.h.
bool tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::try_put_functor::result |
Definition at line 4232 of file flow_graph.h.
const Output* tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::try_put_functor::value |
Definition at line 4231 of file flow_graph.h.