|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
| typedef tuple< T0, T1, T2, T3 > | InputTuple |
| typedef internal::tagged_msg< size_t, T0, T1, T2, T3 > | output_type |
| typedef internal::unfolded_indexer_node< InputTuple > | unfolded_type |
Public Types inherited from internal::unfolded_indexer_node< tuple< T0, T1, T2, T3 > > | |
| typedef indexer_types< tuple< T0, T1, T2, T3 > >::input_ports_type | input_ports_type |
| typedef tuple< T0, T1, T2, T3 > | tuple_types |
| typedef indexer_types< tuple< T0, T1, T2, T3 > >::output_type | output_type |
Public Types inherited from internal::indexer_node_base< InputTuple, OutputType, StructTypes > | |
| typedef OutputType | output_type |
| typedef StructTypes | tuple_types |
| typedef sender< output_type >::successor_type | successor_type |
| typedef indexer_node_FE< InputTuple, output_type, StructTypes > | input_ports_type |
Public Types inherited from internal::indexer_node_FE< InputTuple, OutputType, StructTypes > | |
| typedef OutputType | output_type |
| typedef InputTuple | input_type |
Public Member Functions | |
| __TBB_NOINLINE_SYM | indexer_node (graph &g) |
| __TBB_NOINLINE_SYM | indexer_node (const indexer_node &other) |
Public Member Functions inherited from internal::unfolded_indexer_node< tuple< T0, T1, T2, T3 > > | |
| unfolded_indexer_node (graph &g) | |
| unfolded_indexer_node (const unfolded_indexer_node &other) | |
Public Member Functions inherited from internal::indexer_node_base< InputTuple, OutputType, StructTypes > | |
| indexer_node_base (graph &g) | |
| indexer_node_base (const indexer_node_base &other) | |
| bool | register_successor (successor_type &r) __TBB_override |
| bool | remove_successor (successor_type &r) __TBB_override |
| task * | try_put_task (output_type const *v) |
Public Member Functions inherited from internal::indexer_node_FE< InputTuple, OutputType, StructTypes > | |
| indexer_node_FE () | |
| input_type & | input_ports () |
Static Private Attributes | |
| static const int | N = 4 |
Additional Inherited Members | |
Static Public Attributes inherited from internal::indexer_node_base< InputTuple, OutputType, StructTypes > | |
| static const size_t | N = tbb::flow::tuple_size<InputTuple>::value |
Static Public Attributes inherited from internal::indexer_node_FE< InputTuple, OutputType, StructTypes > | |
| static const int | N = tbb::flow::tuple_size<InputTuple>::value |
Protected Member Functions inherited from internal::indexer_node_base< InputTuple, OutputType, StructTypes > | |
| void | reset_node (reset_flags f) __TBB_override |
Protected Attributes inherited from internal::indexer_node_FE< InputTuple, OutputType, StructTypes > | |
| input_type | my_inputs |
Definition at line 3578 of file flow_graph.h.
| typedef tuple<T0, T1, T2, T3> tbb::flow::interface11::indexer_node< T0, T1, T2, T3 >::InputTuple |
Definition at line 3582 of file flow_graph.h.
| typedef internal::tagged_msg<size_t, T0, T1, T2, T3> tbb::flow::interface11::indexer_node< T0, T1, T2, T3 >::output_type |
Definition at line 3583 of file flow_graph.h.
| typedef internal::unfolded_indexer_node<InputTuple> tbb::flow::interface11::indexer_node< T0, T1, T2, T3 >::unfolded_type |
Definition at line 3584 of file flow_graph.h.
|
inline |
Definition at line 3585 of file flow_graph.h.
References CODEPTR, and internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::input_ports().
|
inline |
Definition at line 3598 of file flow_graph.h.
References CODEPTR, and internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::input_ports().
|
staticprivate |
Definition at line 3580 of file flow_graph.h.