Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple > Struct Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >:

Public Types

typedef KeyTraits::key_type K
 
typedef KeyTraits::hash_compare_type KHash
 
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 0, TypeTuple >::typeKeyTrait0
 
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 1, TypeTuple >::typeKeyTrait1
 
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 2, TypeTuple >::typeKeyTrait2
 
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 3, TypeTuple >::typeKeyTrait3
 
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 4, TypeTuple >::typeKeyTrait4
 
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 5, TypeTuple >::typeKeyTrait5
 
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 6, TypeTuple >::typeKeyTrait6
 
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 7, TypeTuple >::typeKeyTrait7
 
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 8, TypeTuple >::typeKeyTrait8
 
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 9, TypeTuple >::typeKeyTrait9
 
typedef tbb::flow::tuple< PT< KeyTrait0 >, PT< KeyTrait1 >, PT< KeyTrait2 >, PT< KeyTrait3 >, PT< KeyTrait4 >, PT< KeyTrait5 >, PT< KeyTrait6 >, PT< KeyTrait7 >, PT< KeyTrait8 >, PT< KeyTrait9 > > type
 

Detailed Description

template<template< class > class PT, typename KeyTraits, typename TypeTuple>
struct tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >

Definition at line 300 of file flow_graph.h.

Member Typedef Documentation

◆ K

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTraits::key_type tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::K

Definition at line 301 of file flow_graph.h.

◆ KeyTrait0

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<0,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::KeyTrait0

Definition at line 303 of file flow_graph.h.

◆ KeyTrait1

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<1,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::KeyTrait1

Definition at line 304 of file flow_graph.h.

◆ KeyTrait2

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<2,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::KeyTrait2

Definition at line 305 of file flow_graph.h.

◆ KeyTrait3

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<3,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::KeyTrait3

Definition at line 306 of file flow_graph.h.

◆ KeyTrait4

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<4,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::KeyTrait4

Definition at line 307 of file flow_graph.h.

◆ KeyTrait5

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<5,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::KeyTrait5

Definition at line 308 of file flow_graph.h.

◆ KeyTrait6

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<6,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::KeyTrait6

Definition at line 309 of file flow_graph.h.

◆ KeyTrait7

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<7,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::KeyTrait7

Definition at line 310 of file flow_graph.h.

◆ KeyTrait8

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<8,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::KeyTrait8

Definition at line 311 of file flow_graph.h.

◆ KeyTrait9

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<9,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::KeyTrait9

Definition at line 312 of file flow_graph.h.

◆ KHash

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTraits::hash_compare_type tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::KHash

Definition at line 302 of file flow_graph.h.

◆ type

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef tbb::flow::tuple< PT<KeyTrait0>, PT<KeyTrait1>, PT<KeyTrait2>, PT<KeyTrait3>, PT<KeyTrait4>, PT<KeyTrait5>, PT<KeyTrait6>, PT<KeyTrait7>, PT<KeyTrait8>, PT<KeyTrait9> > tbb::flow::interface10::internal::wrap_key_tuple_elements< 10, PT, KeyTraits, TypeTuple >::type

Definition at line 315 of file flow_graph.h.


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