Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Member Functions | |
__TBB_NOINLINE_SYM | indexer_node (graph &g) |
__TBB_NOINLINE_SYM | indexer_node (const indexer_node &other) |
![]() | |
unfolded_indexer_node (graph &g) | |
unfolded_indexer_node (const unfolded_indexer_node &other) | |
![]() | |
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) |
![]() | |
indexer_node_FE () | |
input_type & | input_ports () |
Static Private Attributes | |
static const int | N = 7 |
Additional Inherited Members | |
![]() | |
static const size_t | N = tbb::flow::tuple_size<InputTuple>::value |
![]() | |
static const int | N = tbb::flow::tuple_size<InputTuple>::value |
![]() | |
void | reset_node (reset_flags f) __TBB_override |
![]() | |
input_type | my_inputs |
Definition at line 3681 of file flow_graph.h.
typedef tuple<T0, T1, T2, T3, T4, T5, T6> tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5, T6 >::InputTuple |
Definition at line 3685 of file flow_graph.h.
typedef internal::tagged_msg<size_t, T0, T1, T2, T3, T4, T5, T6> tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5, T6 >::output_type |
Definition at line 3686 of file flow_graph.h.
typedef internal::unfolded_indexer_node<InputTuple> tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5, T6 >::unfolded_type |
Definition at line 3687 of file flow_graph.h.
|
inline |
Definition at line 3688 of file flow_graph.h.
References CODEPTR, and internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::input_ports().
|
inline |
Definition at line 3701 of file flow_graph.h.
References CODEPTR, and internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::input_ports().
|
staticprivate |
Definition at line 3683 of file flow_graph.h.