|
BALL
1.4.79
|
Go to the source code of this file.
Namespaces | |
| BALL | |
| -*- Mode: C++; tab-width: 2; -*- | |
Functions | |
Specialized Hash Functions. | |
| BALL_EXPORT HashIndex | BALL::hashPointer (void *const ptr) |
| BALL_EXPORT HashIndex | BALL::hashString (const char *str) |
| BALL_EXPORT HashIndex | BALL::hashPJWString (const char *str) |
| BALL_EXPORT HashIndex | BALL::hashElfString (const char *str) |
| template<typename T > | |
| HashIndex | BALL::Hash (const T &key) |
| BALL_EXPORT HashIndex | BALL::Hash (const string &s) |
| BALL_EXPORT HashIndex | BALL::Hash (const String &s) |
| BALL_EXPORT HashIndex | BALL::Hash (void *const &ptr) |
| BALL_EXPORT HashIndex | BALL::getNextPrime (HashIndex l) |
1.8.7