Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
typedef KeyTraits::key_type | K |
typedef KeyTraits::hash_compare_type | KHash |
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 0, TypeTuple >::type > | KeyTrait0 |
typedef KeyTrait< K, KHash, typename tbb::flow::tuple_element< 1, TypeTuple >::type > | KeyTrait1 |
typedef tbb::flow::tuple< PT< KeyTrait0 >, PT< KeyTrait1 > > | type |
Definition at line 81 of file flow_graph.h.
typedef KeyTraits::key_type tbb::flow::interface10::internal::wrap_key_tuple_elements< 2, PT, KeyTraits, TypeTuple >::K |
Definition at line 82 of file flow_graph.h.
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<0,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 2, PT, KeyTraits, TypeTuple >::KeyTrait0 |
Definition at line 84 of file flow_graph.h.
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<1,TypeTuple>::type> tbb::flow::interface10::internal::wrap_key_tuple_elements< 2, PT, KeyTraits, TypeTuple >::KeyTrait1 |
Definition at line 85 of file flow_graph.h.
typedef KeyTraits::hash_compare_type tbb::flow::interface10::internal::wrap_key_tuple_elements< 2, PT, KeyTraits, TypeTuple >::KHash |
Definition at line 83 of file flow_graph.h.
typedef tbb::flow::tuple< PT<KeyTrait0>, PT<KeyTrait1> > tbb::flow::interface10::internal::wrap_key_tuple_elements< 2, PT, KeyTraits, TypeTuple >::type |
Definition at line 86 of file flow_graph.h.