|
LMMS
|
#include <HashMap.h>
Public Member Functions | |
| int | generateHash (const int key, const int upperLimit) const noexcept |
| int | generateHash (const int64 key, const int upperLimit) const noexcept |
| int | generateHash (const String &key, const int upperLimit) const noexcept |
| int | generateHash (const void *key, const int upperLimit) const noexcept |
A simple class to generate hash functions for some primitive types, intended for use with the HashMap class.
|
inlinenoexcept |
Generates a simple hash from an integer.
|
inlinenoexcept |
Generates a simple hash from an int64.
|
inlinenoexcept |
Generates a simple hash from a string.
|
inlinenoexcept |
Generates a simple hash from a void ptr.