Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
genhash Struct Reference

Data Fields

struct genhash_entry ** buckets
 
genhash_val_fn_t key_val_func
 
genhash_comp_fn_t key_comp_func
 
genhash_copy_fn_t key_copy_func
 
genhash_free_fn_t key_free_func
 
genhash_copy_fn_t data_copy_func
 
genhash_free_fn_t data_free_func
 
size_t num_buckets
 
size_t num_entries
 
bool no_shrink
 

Detailed Description

Definition at line 83 of file genhash.c.

Field Documentation

◆ buckets

struct genhash_entry** genhash::buckets

◆ data_copy_func

genhash_copy_fn_t genhash::data_copy_func

◆ data_free_func

genhash_free_fn_t genhash::data_free_func

◆ key_comp_func

genhash_comp_fn_t genhash::key_comp_func

◆ key_copy_func

genhash_copy_fn_t genhash::key_copy_func

◆ key_free_func

genhash_free_fn_t genhash::key_free_func

◆ key_val_func

genhash_val_fn_t genhash::key_val_func

◆ no_shrink

bool genhash::no_shrink

◆ num_buckets

size_t genhash::num_buckets

◆ num_entries

size_t genhash::num_entries