IDAPython 9.0
Loading...
Searching...
No Matches
edge_t Class Reference
Inheritance diagram for edge_t:

Public Member Functions

 __init__ (self, int x=0, int y=0)
 
bool __lt__ (self, 'edge_t' y)
 
bool __eq__ (self, 'edge_t' y)
 
bool __ne__ (self, 'edge_t' y)
 

Static Public Attributes

str src = property(_ida_gdl.edge_t_src_get, _ida_gdl.edge_t_src_set)
 
str dst = property(_ida_gdl.edge_t_dst_get, _ida_gdl.edge_t_dst_set)
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
int x = 0,
int y = 0 )

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'edge_t' y )

◆ __lt__()

bool __lt__ ( self,
'edge_t' y )

◆ __ne__()

bool __ne__ ( self,
'edge_t' y )

Member Data Documentation

◆ dst

str dst = property(_ida_gdl.edge_t_dst_get, _ida_gdl.edge_t_dst_set)
static

◆ src

str src = property(_ida_gdl.edge_t_src_get, _ida_gdl.edge_t_src_set)
static

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

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