PixelLightAPI
.
|
Different standard hash functions. More...
#include <Functions.h>
Static Public Member Functions | |
static PLCORE_API uint32 | Hash (const int32 &nKey) |
static PLCORE_API uint32 | Hash (const uint32 &nKey) |
static PLCORE_API uint32 | Hash (const int64 &nKey) |
static PLCORE_API uint32 | Hash (const uint64 &nKey) |
static PLCORE_API uint32 | Hash (const char *pszKey) |
static PLCORE_API uint32 | Hash (const String &sKey) |
Different standard hash functions.
static PLCORE_API uint32 PLCore::HashFunction::Hash | ( | const int32 & | nKey | ) | [static] |
static PLCORE_API uint32 PLCore::HashFunction::Hash | ( | const uint32 & | nKey | ) | [static] |
static PLCORE_API uint32 PLCore::HashFunction::Hash | ( | const int64 & | nKey | ) | [static] |
static PLCORE_API uint32 PLCore::HashFunction::Hash | ( | const uint64 & | nKey | ) | [static] |
static PLCORE_API uint32 PLCore::HashFunction::Hash | ( | const char * | pszKey | ) | [static] |
static PLCORE_API uint32 PLCore::HashFunction::Hash | ( | const String & | sKey | ) | [static] |
|