Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_indexer_impl.h>
Public Types | |
typedef OutputType | output_type |
typedef InputTuple | input_type |
Public Member Functions | |
indexer_node_FE () | |
input_type & | input_ports () |
Static Public Attributes | |
static const int | N = tbb::flow::tuple_size<InputTuple>::value |
Protected Attributes | |
input_type | my_inputs |
Definition at line 153 of file _flow_graph_indexer_impl.h.
typedef InputTuple internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::input_type |
Definition at line 157 of file _flow_graph_indexer_impl.h.
typedef OutputType internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::output_type |
Definition at line 156 of file _flow_graph_indexer_impl.h.
|
inline |
Definition at line 160 of file _flow_graph_indexer_impl.h.
|
inline |
Definition at line 162 of file _flow_graph_indexer_impl.h.
References internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::my_inputs.
|
protected |
Definition at line 164 of file _flow_graph_indexer_impl.h.
Referenced by internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base(), internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::input_ports(), and internal::indexer_node_base< InputTuple, OutputType, StructTypes >::reset_node().
|
static |
Definition at line 155 of file _flow_graph_indexer_impl.h.