Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

WsHashRec Struct Reference

Collaboration diagram for WsHashRec:

Collaboration graph
[legend]

Data Fields

WsHashItemitems [WS_HASH_TABLE_SIZE]
WsHashItemDestructor destructor
void * destructor_context

Field Documentation

WsHashItemDestructor WsHashRec::destructor
 

Definition at line 92 of file wshash.c.

Referenced by ws_hash_clear(), ws_hash_create(), and ws_hash_put().

void* WsHashRec::destructor_context
 

Definition at line 93 of file wshash.c.

Referenced by ws_hash_clear(), ws_hash_create(), and ws_hash_put().

WsHashItem* WsHashRec::items[WS_HASH_TABLE_SIZE]
 

Definition at line 91 of file wshash.c.

Referenced by ws_hash_clear(), ws_hash_get(), and ws_hash_put().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.