#include <hashtable.h>
|
int | hash (const char *key, int i) const |
|
int | hash_djb2 (const char *key) const |
|
int | hash_sdbm (const char *key) const |
|
void HashTable::destroy |
( |
| ) |
|
void * HashTable::find |
( |
const char * |
key | ) |
const |
int HashTable::hash |
( |
const char * |
key, |
|
|
int |
i |
|
) |
| const |
|
private |
int HashTable::hash_djb2 |
( |
const char * |
key | ) |
const |
|
private |
int HashTable::hash_sdbm |
( |
const char * |
key | ) |
const |
|
private |
void HashTable::insert |
( |
char * |
key, |
|
|
char * |
value |
|
) |
| |
bool HashTable::update |
( |
const char * |
key, |
|
|
char * |
value |
|
) |
| |
The documentation for this class was generated from the following files: