ATLAS Offline Software
|
Static hash and equal members as required by tbb::concurrent_hash_map. More...
#include <AlgorithmIdentifier.h>
Static Public Member Functions | |
static size_t | hash (const AlgorithmIdentifier &ai) |
Hash function for AlgorithmIdentifier to assign bucket in hash map. More... | |
static bool | equal (const AlgorithmIdentifier &x, const AlgorithmIdentifier &y) |
Equality function for AlgorithmIdentifier to check for uniqueness within hash bucket. More... | |
Static hash and equal members as required by tbb::concurrent_hash_map.
Definition at line 60 of file AlgorithmIdentifier.h.
|
inlinestatic |
Equality function for AlgorithmIdentifier to check for uniqueness within hash bucket.
[in] | x | First AlgorithmIdentifier to check equality of |
[in] | y | Second AlgorithmIdentifier to check equality of |
Definition at line 81 of file AlgorithmIdentifier.h.
|
inlinestatic |
Hash function for AlgorithmIdentifier to assign bucket in hash map.
[in] | ai | AlgorithmIdentifier to calculate hash for |
Definition at line 77 of file AlgorithmIdentifier.h.