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

#include <heap-inl.h>

Public Attributes

struct heap_nodeleft
 
struct heap_noderight
 
struct heap_nodeparent
 

Detailed Description

Definition at line 27 of file heap-inl.h.

Member Data Documentation

◆ left

struct heap_node* heap_node::left

Definition at line 28 of file heap-inl.h.

Referenced by HEAP_EXPORT(), and heap_node_swap().

◆ parent

struct heap_node* heap_node::parent

Definition at line 30 of file heap-inl.h.

Referenced by cmd_descs_generate.CmdDesc::_validate(), HEAP_EXPORT(), and heap_node_swap().

◆ right

struct heap_node* heap_node::right

Definition at line 29 of file heap-inl.h.

Referenced by HEAP_EXPORT(), and heap_node_swap().


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