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

Proxy of C++ segm_move_info_t class.

Inheritance diagram for segm_move_info_t:

Public Member Functions

 __init__ (self, "ea_t" _from=0, "ea_t" _to=0, "size_t" _sz=0)
 init(self, _from=0, _to=0, _sz=0) -> segm_move_info_t
 
"bool" __eq__ (self, "segm_move_info_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "segm_move_info_t" r)
 ne(self, r) -> bool
 

Static Public Attributes

str to = property(_ida_moves.segm_move_info_t_to_get, _ida_moves.segm_move_info_t_to_set, doc=)
 
str size = property(_ida_moves.segm_move_info_t_size_get, _ida_moves.segm_move_info_t_size_set, doc=)
 

Static Protected Attributes

str _from = property(_ida_moves.segm_move_info_t__from_get, _ida_moves.segm_move_info_t__from_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,
"ea_t" _from = 0,
"ea_t" _to = 0,
"size_t" _sz = 0 )
Parameters
_fromea_t
_toea_t
_szsize_t

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"segm_move_info_t" r )
Parameters
rsegm_move_info_t const &

◆ __ne__()

"bool" __ne__ ( self,
"segm_move_info_t" r )
Parameters
rsegm_move_info_t const &

Member Data Documentation

◆ _from

str _from = property(_ida_moves.segm_move_info_t__from_get, _ida_moves.segm_move_info_t__from_set, doc=)
staticprotected

◆ size

str size = property(_ida_moves.segm_move_info_t_size_get, _ida_moves.segm_move_info_t_size_set, doc=)
static

◆ to

str to = property(_ida_moves.segm_move_info_t_to_get, _ida_moves.segm_move_info_t_to_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: