Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_skiplist.h>
Public Attributes | |
RzSkipListNode * | head |
int | list_level |
int | size |
RzListFree | freefn |
RzListComparator | compare |
Definition at line 19 of file rz_skiplist.h.
RzListComparator rz_skiplist_t::compare |
Definition at line 24 of file rz_skiplist.h.
RzListFree rz_skiplist_t::freefn |
Definition at line 23 of file rz_skiplist.h.
RzSkipListNode* rz_skiplist_t::head |
Definition at line 20 of file rz_skiplist.h.
int rz_skiplist_t::list_level |
Definition at line 21 of file rz_skiplist.h.
int rz_skiplist_t::size |
Definition at line 22 of file rz_skiplist.h.