Simple data structures / objects in plain C Snapshot
Public Attributes
HASH Struct Reference

#include <bhash.h>

Collaboration diagram for HASH:
Collaboration graph
[legend]

List of all members.

Public Attributes

SRINGbuckets
int ismultimap
size_t buckets_size
size_t elmcount
size_t resize_threshold
int mult_load_factor
int div_load_factor
HASH_FUNCTION hash_func
HASH_COMPARE_KEY compare_key

Detailed Description

Definition at line 57 of file bhash.h.


Member Data Documentation

Definition at line 59 of file bhash.h.


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