#include <list>
#include <vector>
#include <string>
#include <iostream>
#include <assert.h>
Go to the source code of this file.
Classes | |
struct | basicHashElt< Key > |
class | basic_hash< Key, list_elem > |
class | basic_hash< Key, list_elem >::hash_iterator< le > |
class | noval_hash< Key > |
struct | HashElt< Key, T > |
class | hash< Key, T > |
Functions | |
size_t | hashfun (unsigned p) |
size_t | hashfun (const std::string &s) |
size_t | hashfun (std::string &s) |
size_t | hashfun (const char *p) |
Variables | |
const size_t | primes [] = { 31, 101, 503, 1009, 2003, 5003 } |
|
|
|
|
|
|
|
|
|
|