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

Proxy of C++ edge_t class.

Inheritance diagram for edge_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> edge_t init(self, x, y) -> edge_t
 
"bool" __lt__ (self, *args)
 lt(self, y) -> bool
 
"bool" __eq__ (self, *args)
 eq(self, y) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, y) -> bool
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 src = property(_ida_graph.edge_t_src_get, _ida_graph.edge_t_src_set, doc=)
 
 dst = property(_ida_graph.edge_t_dst_get, _ida_graph.edge_t_dst_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
xint
yint

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
yedge_t const &

◆ __lt__()

"bool" __lt__ ( self,
* args )
Parameters
yedge_t const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
yedge_t const &

Property Documentation

◆ dst

dst = property(_ida_graph.edge_t_dst_get, _ida_graph.edge_t_dst_set, doc=)
static

◆ src

src = property(_ida_graph.edge_t_src_get, _ida_graph.edge_t_src_set, doc=)
static

◆ 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: