Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
internal::unfolded_indexer_node< OutputTuple > Class Template Reference

#include <_flow_graph_indexer_impl.h>

Inheritance diagram for internal::unfolded_indexer_node< OutputTuple >:
Collaboration diagram for internal::unfolded_indexer_node< OutputTuple >:

Public Types

typedef indexer_types< OutputTuple >::input_ports_type input_ports_type
 
typedef OutputTuple tuple_types
 
typedef indexer_types< OutputTuple >::output_type output_type
 

Public Member Functions

 unfolded_indexer_node (graph &g)
 
 unfolded_indexer_node (const unfolded_indexer_node &other)
 

Private Types

typedef indexer_types< OutputTuple >::indexer_base_type base_type
 

Detailed Description

template<class OutputTuple>
class internal::unfolded_indexer_node< OutputTuple >

Definition at line 466 of file _flow_graph_indexer_impl.h.

Member Typedef Documentation

◆ base_type

template<class OutputTuple >
typedef indexer_types<OutputTuple>::indexer_base_type internal::unfolded_indexer_node< OutputTuple >::base_type
private

Definition at line 472 of file _flow_graph_indexer_impl.h.

◆ input_ports_type

template<class OutputTuple >
typedef indexer_types<OutputTuple>::input_ports_type internal::unfolded_indexer_node< OutputTuple >::input_ports_type

Definition at line 468 of file _flow_graph_indexer_impl.h.

◆ output_type

template<class OutputTuple >
typedef indexer_types<OutputTuple>::output_type internal::unfolded_indexer_node< OutputTuple >::output_type

Definition at line 470 of file _flow_graph_indexer_impl.h.

◆ tuple_types

template<class OutputTuple >
typedef OutputTuple internal::unfolded_indexer_node< OutputTuple >::tuple_types

Definition at line 469 of file _flow_graph_indexer_impl.h.

Constructor & Destructor Documentation

◆ unfolded_indexer_node() [1/2]

template<class OutputTuple >
internal::unfolded_indexer_node< OutputTuple >::unfolded_indexer_node ( graph &  g)
inline

Definition at line 474 of file _flow_graph_indexer_impl.h.

474 : base_type(g) {}
indexer_types< OutputTuple >::indexer_base_type base_type

◆ unfolded_indexer_node() [2/2]

template<class OutputTuple >
internal::unfolded_indexer_node< OutputTuple >::unfolded_indexer_node ( const unfolded_indexer_node< OutputTuple > &  other)
inline

Definition at line 475 of file _flow_graph_indexer_impl.h.

475 : base_type(other) {}
indexer_types< OutputTuple >::indexer_base_type base_type

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

Copyright © 2005-2019 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.