IDAPython 9.0
Loading...
Searching...
No Matches
edge_t Class Reference

Proxy of C++ edge_t class.

Inheritance diagram for edge_t:

Public Member Functions

 __init__ (self, "int" x=0, "int" y=0)
 init(self, x=0, y=0) -> edge_t
 
"bool" __lt__ (self, "edge_t" y)
 lt(self, y) -> bool
 
"bool" __eq__ (self, "edge_t" y)
 eq(self, y) -> bool
 
"bool" __ne__ (self, "edge_t" y)
 ne(self, y) -> bool
 

Static Public Attributes

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

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
"int" x = 0,
"int" y = 0 )
Parameters
xint
yint

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"edge_t" y )
Parameters
yedge_t const &

◆ __lt__()

"bool" __lt__ ( self,
"edge_t" y )
Parameters
yedge_t const &

◆ __ne__()

"bool" __ne__ ( self,
"edge_t" y )
Parameters
yedge_t const &

Member Data Documentation

◆ dst

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

◆ src

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

Property Documentation

◆ thisown

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

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