Go to the source code of this file.
Functions |
void * | lookup (const char *key, hel *hashtab[], int size) |
void * | search (const char *key, hel *hashtab[], int size, bool init) |
void * | enter (const char *key, hel *hashtab[], int size, void *entry) |
void * | erase (const char *key, hel *hashtab[], int size) |
Typedef Documentation
Function Documentation
void* lookup |
( |
const char * |
key, |
|
|
hel * |
hashtab[], |
|
|
int |
size |
|
) |
| |
void * search |
( |
const char * |
key, |
|
|
hel * |
hashtab[], |
|
|
int |
size, |
|
|
bool |
init |
|
) |
| |
void * enter |
( |
const char * |
key, |
|
|
hel * |
hashtab[], |
|
|
int |
size, |
|
|
void * |
entry |
|
) |
| |
void * erase |
( |
const char * |
key, |
|
|
hel * |
hashtab[], |
|
|
int |
size |
|
) |
| |