ATLAS Offline Software
Loading...
Searching...
No Matches
hash_functions.h File Reference
#include <functional>
#include <string>
Include dependency graph for hash_functions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  SG
 Forward declaration.

Functions

int SG::simpleStringHash (const std::string &str, int maxInt=0xFFFF)
 simple hash function derived from Sedgewick Algorithms in C++ 3rd ed