/cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.31/CxxUtils/CxxUtils/libcalg/hash-string.h File Reference
Go to the source code of this file.
Detailed Description
Hash functions for text strings. For more information see string_hash or string_nocase_hash.
Function Documentation
unsigned long string_hash |
( |
void * |
string |
) |
|
Generate a hash key from a string.
- Parameters:
-
- Returns:
- A hash key for the string.
unsigned long string_nocase_hash |
( |
void * |
string |
) |
|
Generate a hash key from a string, ignoring the case of letters.
- Parameters:
-
- Returns:
- A hash key for the string.