PixelLightAPI  .
Static Public Member Functions
PLCore::HashFunction Class Reference

Different standard hash functions. More...

#include <Functions.h>

List of all members.

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)

Detailed Description

Different standard hash functions.


Member Function Documentation

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]

The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:13
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported