Shadow Network Framework
0.0.2-alpha
C Server Library for Shadow Network Framework
|
Defines the structure of each element of the HashTable. More...
#include <SNF/hashtable.h>
Data Fields | |
const char * | Key |
Key for indexing the HashTable Item. | |
void * | Content |
HashTable Item's Content. | |
SNF_ht_item * | next |
Pointer of the HashTable Item in case of a collision. | |
Defines the structure of each element of the HashTable.
const char* SNF_ht_item_t::Key |
Key for indexing the HashTable Item.
void* SNF_ht_item_t::Content |
HashTable Item's Content.
SNF_ht_item* SNF_ht_item_t::next |
Pointer of the HashTable Item in case of a collision.