A hashing table node. More...
#include <gft_hashtable.h>
Public Attributes | |
| char * | key |
| Search key. More... | |
| void * | value |
| Associated value. More... | |
| struct _hashnode * | next |
| Pointer to next node. More... | |
A hashing table node.
| char* gft::HashTable::_hashnode::key |
Search key.
| struct _hashnode* gft::HashTable::_hashnode::next |
Pointer to next node.
| void* gft::HashTable::_hashnode::value |
Associated value.
1.8.6