lab_hash
Hellish Hash Tables and their Applications
Namespaces | Functions
hashes.cpp File Reference

Implementation of specialized hash functions for different key types. More...

#include "hashes.h"

Namespaces

 hashes
 hashes namespace: a collection of templated hash functions.
 

Functions

template<>
unsigned int hashes::hash (const char &key, int size)
 Specialized hash() function for character keys.
 
template<>
unsigned int hashes::hash (const std::string &key, int size)
 Specialized hash() function for std::string keys.
 

Detailed Description

Implementation of specialized hash functions for different key types.

Author
Chase Geigle
Date
Summer 2012