#include <list>#include <vector>#include <string>#include <iostream>#include <assert.h>Go to the source code of this file.
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 } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1