#include <eg_ehash.h>

Data Fields | |
| size_t | max_sz |
| Number of entries in the array of lists. | |
| size_t | sz |
| Number of elements in the hash table. | |
| EGeList_t * | table |
| Array of size EGeHashTable_t::max_sz. | |
Definition at line 81 of file eg_ehash.h.
| size_t EGeHashTable_t::max_sz |
Number of entries in the array of lists.
Definition at line 83 of file eg_ehash.h.
Referenced by main().
| size_t EGeHashTable_t::sz |
Number of elements in the hash table.
Definition at line 84 of file eg_ehash.h.
Referenced by main().
Array of size EGeHashTable_t::max_sz.
Definition at line 85 of file eg_ehash.h.
1.7.1