Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::indexer_node< T0 > Class Template Reference

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::indexer_node< T0 >:
Collaboration diagram for tbb::flow::interface11::indexer_node< T0 >:

Public Types

typedef tuple< T0 > InputTuple
 
typedef internal::tagged_msg< size_t, T0 > output_type
 
typedef internal::unfolded_indexer_node< InputTupleunfolded_type
 
- Public Types inherited from internal::unfolded_indexer_node< tuple< T0 > >
typedef indexer_types< tuple< T0 > >::input_ports_type input_ports_type
 
typedef tuple< T0 > tuple_types
 
typedef indexer_types< tuple< T0 > >::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 > >
 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
 
tasktry_put_task (output_type const *v)
 
- Public Member Functions inherited from internal::indexer_node_FE< InputTuple, OutputType, StructTypes >
 indexer_node_FE ()
 
input_typeinput_ports ()
 

Static Private Attributes

static const int N = 1
 

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
 

Detailed Description

template<typename T0>
class tbb::flow::interface11::indexer_node< T0 >

Definition at line 3471 of file flow_graph.h.

Member Typedef Documentation

◆ InputTuple

template<typename T0 >
typedef tuple<T0> tbb::flow::interface11::indexer_node< T0 >::InputTuple

Definition at line 3475 of file flow_graph.h.

◆ output_type

template<typename T0 >
typedef internal::tagged_msg<size_t, T0> tbb::flow::interface11::indexer_node< T0 >::output_type

Definition at line 3476 of file flow_graph.h.

◆ unfolded_type

Definition at line 3477 of file flow_graph.h.

Constructor & Destructor Documentation

◆ indexer_node() [1/2]

template<typename T0 >
__TBB_NOINLINE_SYM tbb::flow::interface11::indexer_node< T0 >::indexer_node ( graph g)
inline

Definition at line 3478 of file flow_graph.h.

3478  : unfolded_type(g) {
3479  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_INDEXER_NODE, &this->my_graph,
3480  this->input_ports(), static_cast< sender< output_type > *>(this) );
3481  }

References CODEPTR.

◆ indexer_node() [2/2]

template<typename T0 >
__TBB_NOINLINE_SYM tbb::flow::interface11::indexer_node< T0 >::indexer_node ( const indexer_node< T0 > &  other)
inline

Definition at line 3491 of file flow_graph.h.

3491  : unfolded_type(other) {
3492  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_INDEXER_NODE, &this->my_graph,
3493  this->input_ports(), static_cast< sender< output_type > *>(this) );
3494  }

References CODEPTR.

Member Data Documentation

◆ N

template<typename T0 >
const int tbb::flow::interface11::indexer_node< T0 >::N = 1
staticprivate

Definition at line 3473 of file flow_graph.h.


The documentation for this class was generated from the following file:
CODEPTR
#define CODEPTR()
Definition: _flow_graph_trace_impl.h:297
internal::indexer_node_FE::input_ports
input_type & input_ports()
Definition: _flow_graph_indexer_impl.h:162
tbb::flow::interface11::indexer_node< T0 >::unfolded_type
internal::unfolded_indexer_node< InputTuple > unfolded_type
Definition: flow_graph.h:3477

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.