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

Public Attributes

RzAGraphgraph
 
RzANodeCallback node_cb
 
RAEdgeCallback edge_cb
 
void * data
 

Detailed Description

Definition at line 73 of file agraph.c.

Member Data Documentation

◆ data

void* g_cb::data

Definition at line 77 of file agraph.c.

Referenced by test_group_name.GroupTest::run(), user_edge_cb(), and user_node_cb().

◆ edge_cb

RAEdgeCallback g_cb::edge_cb

Definition at line 76 of file agraph.c.

Referenced by user_edge_cb().

◆ graph

RzAGraph* g_cb::graph

Definition at line 74 of file agraph.c.

Referenced by rz_agraph_foreach_edge(), and user_edge_cb().

◆ node_cb

RzANodeCallback g_cb::node_cb

Definition at line 75 of file agraph.c.

Referenced by rz_agraph_foreach(), and user_node_cb().


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