Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Functions | Variables
Hash Namespace Reference

Functions

void initTolowerTable ()
 
U32 hash (const char *str)
 
U32 nextPrime (U32 size)
 
U32 hash (U32 data)
 
U32 hash (const void *data)
 

Variables

bool sgInitTable = true
 
U8 sgtHashTable [256]
 

Function Documentation

U32 Hash::hash ( U32  data)
inline
U32 Hash::hash ( const void *  data)
inline
U32 hash ( const char *  str)
void initTolowerTable ( )
U32 nextPrime ( U32  size)

Variable Documentation

bool sgInitTable = true
U8 sgtHashTable[256]