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

#include <_flow_graph_indexer_impl.h>

Inheritance diagram for internal::indexer_node_FE< InputTuple, OutputType, StructTypes >:
Collaboration diagram for 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 internal::indexer_node_FE< InputTuple, OutputType, StructTypes >

Definition at line 153 of file _flow_graph_indexer_impl.h.

Member Typedef Documentation

◆ input_type

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

Definition at line 157 of file _flow_graph_indexer_impl.h.

◆ output_type

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

Definition at line 156 of file _flow_graph_indexer_impl.h.

Constructor & Destructor Documentation

◆ indexer_node_FE()

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

Definition at line 160 of file _flow_graph_indexer_impl.h.

Member Function Documentation

◆ input_ports()

template<typename InputTuple , typename OutputType , typename StructTypes >
input_type& internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::input_ports ( )
inline

Member Data Documentation

◆ my_inputs

◆ N

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

Definition at line 155 of file _flow_graph_indexer_impl.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.