IDA C++ SDK 9.2
Loading...
Searching...
No Matches
edge_t Struct Reference

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

Detailed Description

Edge connecting two graph nodes.

Constructor & Destructor Documentation

◆ edge_t()

edge_t::edge_t ( int x = 0,
int y = 0 )
inline

Member Function Documentation

◆ operator<()

bool edge_t::operator< ( const edge_t & y) const
inline

◆ operator==()

bool edge_t::operator== ( const edge_t & y) const
inline

◆ operator!=()

bool edge_t::operator!= ( const edge_t & y) const
inline

Member Data Documentation

◆ src

int edge_t::src = 0

source node number

◆ dst

int edge_t::dst = 0

destination node number


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