Edinburgh Speech Tools  2.1-release
EST_HashFunctions Class Reference

This is just a convenient place to put some useful hash functions. More...

#include <include/EST_THash.h>

Inheritance diagram for EST_HashFunctions:

Static Public Member Functions

static unsigned int DefaultHash (const void *data, ssize_t size, unsigned int n)
 A generally useful hash function. More...
 
static unsigned int StringHash (const EST_String &key, unsigned int size)
 A hash function for strings. More...
 

Detailed Description

This is just a convenient place to put some useful hash functions.

Definition at line 60 of file EST_THash.h.

Member Function Documentation

unsigned int EST_HashFunctions::DefaultHash ( const void *  data,
ssize_t  size,
unsigned int  n 
)
static

A generally useful hash function.

Definition at line 45 of file THash_aux.cc.

unsigned int EST_HashFunctions::StringHash ( const EST_String key,
unsigned int  size 
)
static

A hash function for strings.

Definition at line 50 of file THash_aux.cc.


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