ATLAS Offline Software
Functions
hash-int.h File Reference
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Hash function for a pointer to an integer. See int_hash.

Definition in file hash-int.h.

Function Documentation

◆ int_hash()

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.

Parameters
locationThe pointer.
Returns
A hash key for the value at the location.