Kannel: Open Source WAP and SMS gateway  svn-r5335
WsHashRec Struct Reference

Data Fields

WsHashItemitems [WS_HASH_TABLE_SIZE]
 
WsHashItemDestructor destructor
 
void * destructor_context
 

Detailed Description

Definition at line 89 of file wshash.c.

Field Documentation

◆ destructor

WsHashItemDestructor WsHashRec::destructor

Definition at line 92 of file wshash.c.

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

◆ destructor_context

void* WsHashRec::destructor_context

Definition at line 93 of file wshash.c.

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

◆ items

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.