Shadow Network Framework  0.0.2-alpha
C Server Library for Shadow Network Framework
Loading...
Searching...
No Matches
SNF_ht_item_t Struct Reference

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_itemnext
 Pointer of the HashTable Item in case of a collision.
 

Detailed Description

Defines the structure of each element of the HashTable.

Field Documentation

◆ Key

const char* SNF_ht_item_t::Key

Key for indexing the HashTable Item.

◆ Content

void* SNF_ht_item_t::Content

HashTable Item's Content.

◆ next

SNF_ht_item* SNF_ht_item_t::next

Pointer of the HashTable Item in case of a collision.


The documentation for this struct was generated from the following file: