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 4235 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 4236 of file flow_graph.h.
|
inline |
Definition at line 4241 of file flow_graph.h.
|
inline |
Definition at line 4242 of file flow_graph.h.
References tbb::flow::interface11::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 4237 of file flow_graph.h.
bool tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::try_put_functor::result |
Definition at line 4240 of file flow_graph.h.
const Output* tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::try_put_functor::value |
Definition at line 4239 of file flow_graph.h.