Go to the source code of this file.
|
gk_HTable_t * | HTable_Create (int nelements) |
|
void | HTable_Delete (gk_HTable_t *htable, int key) |
|
void | HTable_Destroy (gk_HTable_t *htable) |
|
int | HTable_GetNext (gk_HTable_t *htable, int key, int *r_val, int type) |
|
int | HTable_HFunction (int nelements, int key) |
|
void | HTable_Insert (gk_HTable_t *htable, int key, int val) |
|
void | HTable_Reset (gk_HTable_t *htable) |
|
void | HTable_Resize (gk_HTable_t *htable, int nelements) |
|
int | HTable_Search (gk_HTable_t *htable, int key) |
|
int | HTable_SearchAndDelete (gk_HTable_t *htable, int key) |
|
◆ HTable_Create()
◆ HTable_Delete()
◆ HTable_Destroy()
◆ HTable_GetNext()
◆ HTable_HFunction()
int HTable_HFunction |
( |
int |
nelements, |
|
|
int |
key |
|
) |
| |
◆ HTable_Insert()
◆ HTable_Reset()
◆ HTable_Resize()
◆ HTable_Search()
◆ HTable_SearchAndDelete()