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

#include <rz_skiplist.h>

Public Attributes

void * data
 
struct rz_skiplist_node_t ** forward
 

Detailed Description

Definition at line 14 of file rz_skiplist.h.

Member Data Documentation

◆ data

void* rz_skiplist_node_t::data

◆ forward

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().


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