Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon

Edge connecting two graph nodes. More...

#include <graph.hpp>

Public Member Functions

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

Public Attributes

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

Detailed Description

Edge connecting two graph nodes.


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