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

Data Fields

List ** tab
 
long size
 
long key_count
 
void(* destroy_value )(void *)
 
Mutexlock
 

Detailed Description

Definition at line 116 of file dict.c.

Field Documentation

◆ destroy_value

void(* Dict::destroy_value) (void *)

◆ key_count

long Dict::key_count

Definition at line 119 of file dict.c.

Referenced by dict_create(), dict_key_count(), dict_put(), dict_put_true(), and dict_remove().

◆ lock

Mutex* Dict::lock

Definition at line 121 of file dict.c.

Referenced by dict_create(), dict_destroy(), lock(), and unlock().

◆ size

long Dict::size

◆ tab


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.