Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_graph.h>
Public Attributes | |
unsigned int | idx |
void * | data |
RzList * | out_nodes |
RzList * | in_nodes |
RzList * | all_neighbours |
RzListFree | free |
Definition at line 10 of file rz_graph.h.
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().
void* rz_graph_node_t::data |
Definition at line 12 of file rz_graph.h.
Referenced by agraph_follow_innodes(), agraph_get_title(), create_agraph_from_graph(), first_x_cmp(), print_graph_agg(), test_group_name.GroupTest::run(), rz_agraph_print_json(), rz_core_graph_print(), rz_graph_drawable_to_dot(), rz_graph_drawable_to_json(), and set_layer_gap().
RzListFree rz_graph_node_t::free |
Definition at line 16 of file rz_graph.h.
Referenced by rz_graph_add_nodef().
Definition at line 11 of file rz_graph.h.
Referenced by dfs_node(), get_edge_number(), rz_agraph_print_json(), rz_core_graph_print(), rz_graph_drawable_to_dot(), and rz_graph_drawable_to_json().
RzList* rz_graph_node_t::in_nodes |
Definition at line 14 of file rz_graph.h.
Referenced by agraph_follow_innodes(), agraph_print_edges(), create_agraph_from_graph(), dfs_node(), and rz_graph_del_node().
RzList* rz_graph_node_t::out_nodes |
Definition at line 13 of file rz_graph.h.
Referenced by agraph_follow_innodes(), agraph_print_edges(), dfs_node(), print_graph_agg(), rz_agraph_print_json(), rz_core_graph_print(), rz_graph_del_node(), rz_graph_drawable_to_dot(), rz_graph_drawable_to_json(), rz_graph_node_split_forward(), and set_layer_gap().