ReactOS 0.4.15-dev-7918-g2a2556c
Dict Struct Reference

#include <dict-list.h>

Collaboration diagram for Dict:

Public Attributes

DictNode head
 
voidframe
 
int(* leq )(void *frame, DictKey key1, DictKey key2)
 

Detailed Description

Definition at line 94 of file dict-list.h.

Member Data Documentation

◆ frame

void * Dict::frame

Definition at line 96 of file dict-list.h.

Referenced by dictInsertBefore(), dictNewDict(), and dictSearch().

◆ head

DictNode Dict::head

Definition at line 95 of file dict-list.h.

Referenced by dictDeleteDict(), dictNewDict(), and dictSearch().

◆ leq

int(* Dict::leq)(void *frame, DictKey key1, DictKey key2)

Definition at line 97 of file dict-list.h.

Referenced by dictInsertBefore(), dictNewDict(), and dictSearch().


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