ReactOS 0.4.15-dev-8093-g3285f69
dictionary_entry Struct Reference
Collaboration diagram for dictionary_entry:

Public Attributes

voidkey
 
voidvalue
 
struct dictionary_entrynext
 

Detailed Description

Definition at line 29 of file dictionary.c.

Member Data Documentation

◆ key

void* dictionary_entry::key

Definition at line 31 of file dictionary.c.

◆ next

struct dictionary_entry* dictionary_entry::next

Definition at line 33 of file dictionary.c.

Referenced by dictionary_remove().

◆ value

void* dictionary_entry::value

Definition at line 32 of file dictionary.c.


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