![]() |
ATLAS Offline Software
|
Hash function for a generic (void) pointer. More...
Go to the source code of this file.
Functions | |
| unsigned long | pointer_hash (void *location) |
| Generate a hash key for a pointer. | |
| unsigned long pointer_hash | ( | void * | location | ) |
Generate a hash key for a pointer.
The value pointed at by the pointer is not used, only the pointer itself.
| location | The pointer |