ReactOS 0.4.15-dev-7958-gcd0bb1a
_SKIPLIST Struct Reference

#include <skiplist.h>

Collaboration diagram for _SKIPLIST:

Public Attributes

SKIPLIST_NODE Head
 
CHAR MaximumLevel
 
DWORD NodeCount
 
PSKIPLIST_ALLOCATE_ROUTINE AllocateRoutine
 
PSKIPLIST_COMPARE_ROUTINE CompareRoutine
 
PSKIPLIST_FREE_ROUTINE FreeRoutine
 

Detailed Description

Definition at line 35 of file skiplist.h.

Member Data Documentation

◆ AllocateRoutine

PSKIPLIST_ALLOCATE_ROUTINE _SKIPLIST::AllocateRoutine

Definition at line 40 of file skiplist.h.

Referenced by _InsertElementSkiplistWithInformation(), and InitializeSkiplist().

◆ CompareRoutine

PSKIPLIST_COMPARE_ROUTINE _SKIPLIST::CompareRoutine

◆ FreeRoutine

PSKIPLIST_FREE_ROUTINE _SKIPLIST::FreeRoutine

Definition at line 42 of file skiplist.h.

Referenced by DeleteElementSkiplist(), and InitializeSkiplist().

◆ Head

◆ MaximumLevel

◆ NodeCount


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