|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <skiplist.h>

Public Attributes | |
| SKIPLIST_NODE | Head |
| CHAR | MaximumLevel |
| DWORD | NodeCount |
| PSKIPLIST_ALLOCATE_ROUTINE | AllocateRoutine |
| PSKIPLIST_COMPARE_ROUTINE | CompareRoutine |
| PSKIPLIST_FREE_ROUTINE | FreeRoutine |
Definition at line 35 of file skiplist.h.
| PSKIPLIST_ALLOCATE_ROUTINE _SKIPLIST::AllocateRoutine |
Definition at line 40 of file skiplist.h.
Referenced by _InsertElementSkiplistWithInformation(), and InitializeSkiplist().
| PSKIPLIST_COMPARE_ROUTINE _SKIPLIST::CompareRoutine |
Definition at line 41 of file skiplist.h.
Referenced by DeleteElementSkiplist(), InitializeSkiplist(), InsertElementSkiplist(), and LookupElementSkiplist().
| PSKIPLIST_FREE_ROUTINE _SKIPLIST::FreeRoutine |
Definition at line 42 of file skiplist.h.
Referenced by DeleteElementSkiplist(), and InitializeSkiplist().
| SKIPLIST_NODE _SKIPLIST::Head |
Definition at line 37 of file skiplist.h.
Referenced by _InsertElementSkiplistWithInformation(), BroadcastChange(), DeleteElementSkiplist(), DumpSkiplist(), InitializeSkiplist(), InsertElementSkiplist(), InsertTailElementSkiplist(), LocalEnumPrinterDrivers(), LocalEnumPrinters(), LookupElementSkiplist(), and LookupNodeByIndexSkiplist().
| CHAR _SKIPLIST::MaximumLevel |
Definition at line 38 of file skiplist.h.
Referenced by _InsertElementSkiplistWithInformation(), DeleteElementSkiplist(), DumpSkiplist(), InitializeSkiplist(), InsertElementSkiplist(), InsertTailElementSkiplist(), LookupElementSkiplist(), and LookupNodeByIndexSkiplist().
| DWORD _SKIPLIST::NodeCount |
Definition at line 39 of file skiplist.h.
Referenced by _InsertElementSkiplistWithInformation(), _LocalGetPrinterLevel0(), _LocalGetPrinterLevel2(), DeleteElementSkiplist(), InitializeSkiplist(), and LookupNodeByIndexSkiplist().