Rizin
unix-like reverse engineering framework and cli tools
rz_skiplist_t Struct Reference

#include <rz_skiplist.h>

Public Attributes

RzSkipListNodehead
 
int list_level
 
int size
 
RzListFree freefn
 
RzListComparator compare
 

Detailed Description

Definition at line 19 of file rz_skiplist.h.

Member Data Documentation

◆ compare

RzListComparator rz_skiplist_t::compare

Definition at line 24 of file rz_skiplist.h.

◆ freefn

RzListFree rz_skiplist_t::freefn

Definition at line 23 of file rz_skiplist.h.

◆ head

RzSkipListNode* rz_skiplist_t::head

Definition at line 20 of file rz_skiplist.h.

◆ list_level

int rz_skiplist_t::list_level

Definition at line 21 of file rz_skiplist.h.

◆ size

int rz_skiplist_t::size

Definition at line 22 of file rz_skiplist.h.


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