|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
#include <Hash.h>
Public Member Functions | |
| std::size_t | operator() (const T *key) const |
| the hash-function | |
Definition at line 108 of file Hash.h.
| std::size_t GaudiUtils::Hash< T * >::operator() | ( | const T * | key | ) | const [inline] |
the hash-function
the generic implementation of hash for pointers
Definition at line 159 of file Hash.h.
00160 { 00161 using namespace boost ; 00162 return hash_value ( key ) ; 00163 }