ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
unsigned long | int_hash (void *location) |
Generate a hash key for a pointer to an integer. More... | |
Hash function for a pointer to an integer. See int_hash.
Definition in file hash-int.h.
unsigned long int_hash | ( | void * | location | ) |
Generate a hash key for a pointer to an integer.
The value pointed at is used to generate the key.
location | The pointer. |