cdcontainers  0.1.1
Library of data containers and collections for C programming language.
Data Fields
cdc_hash_table_entry Struct Reference

The cdc_hash_table_entry struct. More...

#include <hash-table.h>

Data Fields

struct cdc_hash_table_entrynext
 
void * key
 
void * value
 
size_t hash
 

Detailed Description

The cdc_hash_table_entry struct.

Warning
To avoid problems, do not change the structure fields in the code. Use only special functions to access and change structure fields.

Field Documentation

◆ next

struct cdc_hash_table_entry* next

◆ key

void* key

◆ value

void* value

◆ hash

size_t hash

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