IDA SDK
|
Visit all nodes and edges in a graph.
Protected Attributes | |
abstract_graph_t * | g |
Protected Member Functions | |
virtual int idaapi | visit_node (int n, rect_t &r)=0 |
virtual int idaapi | visit_edge (edge_t e, edge_info_t *ei)=0 |
Friends | |
int idaapi | abstract_graph_t::for_all_nodes_edges (graph_visitor_t &nev, bool visit_nodes) |