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

#include <rz_graph.h>

Public Attributes

RzGraphNodefrom
 
RzGraphNodeto
 
int nth
 

Detailed Description

Definition at line 19 of file rz_graph.h.

Member Data Documentation

◆ from

RzGraphNode* rz_graph_edge_t::from

Definition at line 20 of file rz_graph.h.

Referenced by dfs_node(), and view_dummy().

◆ nth

int rz_graph_edge_t::nth

Definition at line 22 of file rz_graph.h.

Referenced by dfs_node(), and view_dummy().

◆ to

RzGraphNode* rz_graph_edge_t::to

Definition at line 21 of file rz_graph.h.

Referenced by dfs_node(), and view_dummy().


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