IDA C++ SDK 9.2
|
Edge connecting two graph nodes. More...
#include <gdl.hpp>
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 |
Public Attributes | |
int | src = 0 |
source node number | |
int | dst = 0 |
destination node number |
Edge connecting two graph nodes.
|
inline |
int edge_t::src = 0 |
source node number
int edge_t::dst = 0 |
destination node number