Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Classes | |
struct | async_msg_type |
Public Types | |
typedef tuple< typename async_msg_type< Ports >::type... > | input_tuple |
typedef input_tuple | output_tuple |
typedef tuple< streaming_device_with_key< typename StreamFactory::device_type, typename key_from_policy< JP >::type >, typename async_msg_type< Ports >::type... > | kernel_input_tuple |
typedef indexer_node< typename async_msg_type< Ports >::type... > | indexer_node_type |
Definition at line 169 of file flow_graph.h.
typedef indexer_node< typename async_msg_type<Ports>::type... > tbb::flow::interface11::internal::streaming_node_traits< JP, StreamFactory, Ports >::indexer_node_type |
Definition at line 182 of file flow_graph.h.
typedef tuple< typename async_msg_type<Ports>::type... > tbb::flow::interface11::internal::streaming_node_traits< JP, StreamFactory, Ports >::input_tuple |
Definition at line 176 of file flow_graph.h.
typedef tuple< streaming_device_with_key< typename StreamFactory::device_type, typename key_from_policy<JP>::type >, typename async_msg_type<Ports>::type... > tbb::flow::interface11::internal::streaming_node_traits< JP, StreamFactory, Ports >::kernel_input_tuple |
Definition at line 179 of file flow_graph.h.
typedef input_tuple tbb::flow::interface11::internal::streaming_node_traits< JP, StreamFactory, Ports >::output_tuple |
Definition at line 177 of file flow_graph.h.