Main Page | Modules | Data Structures | Directories | File List | Data Fields | Related Pages

DBusHashEntry Struct Reference
[Hash table implementation details]

Internal representation of a hash entry. More...


Data Fields

DBusHashEntrynext
 Pointer to next entry in this hash bucket, or NULL for end of chain.
void * key
 Hash key.
void * value
 Hash value.


Detailed Description

Internal representation of a hash entry.

A single entry (key-value pair) in the hash table. Internal to hash table implementation.

Definition at line 142 of file dbus-hash.c.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 4 04:40:47 2005 for D-BUS by  doxygen 1.4.0