High Performance OPC UA Server SDK  1.2.0.193
util_hashtable Struct Reference

Structure for the hashtable, see also hashtable. More...

#include <hashtable.h>

Data Fields

unsigned int tablesize
 table size in no of entries
 
unsigned int used
 number of used entries
 
Tget_hashnode get_hashnode
 function which returns the hashnode for a given value
 
util_hashtable_get_key get_key
 function which returns the key for a given value
 
util_hashtable_key_compar key_compar
 function for comparing two keys
 
util_hashtable_hash hash
 function to compute a key's hash
 
void * userdata
 userdata pointer passed to the callback functions
 
unsigned int table []
 table of indices
 

Detailed Description

Structure for the hashtable, see also hashtable.

See also
hashtable

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