Intel(R) Threading Building Blocks Doxygen Documentation version 4.2.3
Loading...
Searching...
No Matches
internal::indexer_helper< TupleTypes, 1 > Struct Template Reference

#include <_flow_graph_indexer_impl.h>

Collaboration diagram for internal::indexer_helper< TupleTypes, 1 >:

Static Public Member Functions

template<typename IndexerNodeBaseType , typename PortTuple >
static void set_indexer_node_pointer (PortTuple &my_input, IndexerNodeBaseType *p, graph &g)
 
template<typename InputTuple >
static void reset_inputs (InputTuple &my_input, reset_flags f)
 

Detailed Description

template<typename TupleTypes>
struct internal::indexer_helper< TupleTypes, 1 >

Definition at line 63 of file _flow_graph_indexer_impl.h.

Member Function Documentation

◆ reset_inputs()

template<typename TupleTypes >
template<typename InputTuple >
static void internal::indexer_helper< TupleTypes, 1 >::reset_inputs ( InputTuple &  my_input,
reset_flags  f 
)
inlinestatic

Definition at line 71 of file _flow_graph_indexer_impl.h.

71 {
72 tbb::flow::get<0>(my_input).reset_receiver(f);
73 }

◆ set_indexer_node_pointer()

template<typename TupleTypes >
template<typename IndexerNodeBaseType , typename PortTuple >
static void internal::indexer_helper< TupleTypes, 1 >::set_indexer_node_pointer ( PortTuple &  my_input,
IndexerNodeBaseType *  p,
graph &  g 
)
inlinestatic

Definition at line 65 of file _flow_graph_indexer_impl.h.

65 {
66 typedef typename tuple_element<0, TupleTypes>::type T;
67 task *(*indexer_node_put_task)(const T&, void *) = do_try_put<IndexerNodeBaseType, T, 0>;
68 tbb::flow::get<0>(my_input).set_up(p, indexer_node_put_task, g);
69 }
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task * task
void const char const char int ITT_FORMAT __itt_group_sync p

References p, and task.


The documentation for this struct was generated from the following file:

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.