Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_tbb_hash_compare_impl.h>
Public Types | |
typedef Hasher | hasher |
typedef Key_equality | key_equal |
Public Member Functions | |
hash_compare () | |
hash_compare (Hasher a_hasher) | |
hash_compare (Hasher a_hasher, Key_equality a_keyeq) | |
size_t | operator() (const Key &key) const |
bool | operator() (const Key &key1, const Key &key2) const |
Public Attributes | |
Hasher | my_hash_object |
Key_equality | my_key_compare_object |
Definition at line 29 of file _tbb_hash_compare_impl.h.
typedef Hasher tbb::interface5::internal::hash_compare< Key, Hasher, Key_equality >::hasher |
Definition at line 32 of file _tbb_hash_compare_impl.h.
typedef Key_equality tbb::interface5::internal::hash_compare< Key, Hasher, Key_equality >::key_equal |
Definition at line 33 of file _tbb_hash_compare_impl.h.
|
inline |
Definition at line 35 of file _tbb_hash_compare_impl.h.
|
inline |
Definition at line 37 of file _tbb_hash_compare_impl.h.
|
inline |
Definition at line 39 of file _tbb_hash_compare_impl.h.
|
inline |
Definition at line 41 of file _tbb_hash_compare_impl.h.
References key, and tbb::interface5::internal::hash_compare< Key, Hasher, Key_equality >::my_hash_object.
|
inline |
Definition at line 45 of file _tbb_hash_compare_impl.h.
References tbb::interface5::internal::hash_compare< Key, Hasher, Key_equality >::my_key_compare_object.
Hasher tbb::interface5::internal::hash_compare< Key, Hasher, Key_equality >::my_hash_object |
Definition at line 50 of file _tbb_hash_compare_impl.h.
Referenced by tbb::interface5::internal::hash_compare< Key, Hasher, Key_equality >::operator()().
Key_equality tbb::interface5::internal::hash_compare< Key, Hasher, Key_equality >::my_key_compare_object |
Definition at line 51 of file _tbb_hash_compare_impl.h.
Referenced by tbb::interface5::internal::hash_compare< Key, Hasher, Key_equality >::operator()().