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

The cdc_hash_table is service struct. More...

#include <hash-table.h>

Data Fields

struct cdc_hash_table_entrytail
 
struct cdc_hash_table_entry ** buckets
 
size_t bcount
 
float load_factor
 
size_t size
 
struct cdc_data_infodinfo
 

Detailed Description

The cdc_hash_table is service 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

◆ tail

struct cdc_hash_table_entry* tail

◆ buckets

struct cdc_hash_table_entry** buckets

◆ bcount

size_t bcount

◆ load_factor

float load_factor

◆ size

size_t size

◆ dinfo

struct cdc_data_info* dinfo

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