D-Bus 1.15.8
Data Fields

Internal representation of a hash entry. More...

Data Fields

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

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 150 of file dbus-hash.c.

Field Documentation

◆ key

void* DBusHashEntry::key

◆ next

DBusHashEntry* DBusHashEntry::next

Pointer to next entry in this hash bucket, or NULL for end of chain.

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

Referenced by _dbus_hash_table_unref().

◆ value

void* DBusHashEntry::value

The documentation for this struct was generated from the following file: