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

#include <rz_graph.h>

Public Attributes

unsigned int idx
 
void * data
 
RzListout_nodes
 
RzListin_nodes
 
RzListall_neighbours
 
RzListFree free
 

Detailed Description

Definition at line 10 of file rz_graph.h.

Member Data Documentation

◆ all_neighbours

RzList* rz_graph_node_t::all_neighbours

Definition at line 15 of file rz_graph.h.

Referenced by rz_graph_del_node(), and rz_graph_node_split_forward().

◆ data

◆ free

RzListFree rz_graph_node_t::free

Definition at line 16 of file rz_graph.h.

Referenced by rz_graph_add_nodef().

◆ idx

◆ in_nodes

RzList* rz_graph_node_t::in_nodes

◆ out_nodes


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