Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_skiplist.h>
Public Attributes | |
void * | data |
struct rz_skiplist_node_t ** | forward |
Definition at line 14 of file rz_skiplist.h.
void* rz_skiplist_node_t::data |
Definition at line 15 of file rz_skiplist.h.
Referenced by test_group_name.GroupTest::run(), rz_skiplist_get_first(), rz_skiplist_node_free(), and rz_skiplist_node_new().
struct rz_skiplist_node_t** rz_skiplist_node_t::forward |
Definition at line 16 of file rz_skiplist.h.
Referenced by rz_skiplist_node_free(), and rz_skiplist_node_new().