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

WsHashItemRec Struct Reference

Collaboration diagram for WsHashItemRec:

Collaboration graph
[legend]

Data Fields

WsHashItemRecnext
char * name
void * data

Field Documentation

void* WsHashItemRec::data
 

Definition at line 83 of file wshash.c.

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

char* WsHashItemRec::name
 

Definition at line 82 of file wshash.c.

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

struct WsHashItemRec* WsHashItemRec::next
 

Definition at line 81 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.