IDA SDK
edge_t Struct Reference

Detailed Description

Edge connecting two graph nodes.

Public Attributes

int src = 0
 source node number
 
int dst = 0
 destination node number
 

Public Member Functions

 edge_t (int x=0, int y=0)
 
bool operator< (const edge_t &y) const
 
bool operator== (const edge_t &y) const
 
bool operator!= (const edge_t &y) const
 

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