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

#include <rz_graph.h>

Public Attributes

unsigned int n_nodes
 
unsigned int n_edges
 
int last_index
 
RzListnodes
 

Detailed Description

Definition at line 25 of file rz_graph.h.

Member Data Documentation

◆ last_index

int rz_graph_t::last_index

Definition at line 28 of file rz_graph.h.

Referenced by rz_graph_add_node(), rz_graph_new(), and rz_graph_reset().

◆ n_edges

unsigned int rz_graph_t::n_edges

◆ n_nodes

unsigned int rz_graph_t::n_nodes

Definition at line 26 of file rz_graph.h.

Referenced by rz_graph_add_node(), rz_graph_del_node(), rz_graph_new(), and rz_graph_reset().

◆ nodes


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