Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes > Class Template Reference

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >:
Collaboration diagram for tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >:

Public Types

typedef OutputType output_type
 
typedef InputTuple input_type
 

Public Member Functions

 indexer_node_FE ()
 
input_typeinput_ports ()
 

Static Public Attributes

static const int N = tbb::flow::tuple_size<InputTuple>::value
 

Protected Attributes

input_type my_inputs
 

Detailed Description

template<typename InputTuple, typename OutputType, typename StructTypes>
class tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >

Definition at line 153 of file flow_graph.h.

Member Typedef Documentation

◆ input_type

template<typename InputTuple , typename OutputType , typename StructTypes >
typedef InputTuple tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::input_type

Definition at line 157 of file flow_graph.h.

◆ output_type

template<typename InputTuple , typename OutputType , typename StructTypes >
typedef OutputType tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::output_type

Definition at line 156 of file flow_graph.h.

Constructor & Destructor Documentation

◆ indexer_node_FE()

template<typename InputTuple , typename OutputType , typename StructTypes >
tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::indexer_node_FE ( )
inline

Definition at line 160 of file flow_graph.h.

163 {

Member Function Documentation

◆ input_ports()

Member Data Documentation

◆ my_inputs

template<typename InputTuple , typename OutputType , typename StructTypes >
input_type tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::my_inputs
protected

Definition at line 164 of file flow_graph.h.

◆ N

template<typename InputTuple , typename OutputType , typename StructTypes >
const int tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::N = tbb::flow::tuple_size<InputTuple>::value
static

Definition at line 155 of file flow_graph.h.


The documentation for this class 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.