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

Defines the structure of the hashTable. More...

#include <SNF/hashtable.h>

Data Fields

pthread_mutex_t mutex
 
int Size
 
SNF_ht_item ** Contents
 

Detailed Description

Defines the structure of the hashTable.

Warning
Do not try to change the SNF_ht::Size of the HashTable after Initializing it.

Field Documentation

◆ mutex

pthread_mutex_t SNF_ht_t::mutex

◆ Size

int SNF_ht_t::Size

◆ Contents

SNF_ht_item** SNF_ht_t::Contents

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