hash_string Struct Reference

#include <hash_string.h>

List of all members.


Detailed Description

a stuct (functor) for computing the hash of a string for hash maps

Computes the hash using: $ 31 \times h + s_i (mod 256) $ for each byte i in the string.

Definition at line 77 of file hash_string.h.


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

Generated on Sat Oct 4 21:30:28 2008 for Mace Library by  doxygen 1.5.5