IDAPython 8.4
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, *args)
 init(self, _from=0, _to=0, _sz=0) -> segm_move_info_t
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 _from = property(_ida_moves.segm_move_info_t__from_get, _ida_moves.segm_move_info_t__from_set, doc=)
 
 to = property(_ida_moves.segm_move_info_t_to_get, _ida_moves.segm_move_info_t_to_set, doc=)
 
 size = property(_ida_moves.segm_move_info_t_size_get, _ida_moves.segm_move_info_t_size_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_fromea_t
_toea_t
_szsize_t

Member Function Documentation

◆ __eq__()

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

◆ __ne__()

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

Property Documentation

◆ _from

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

◆ size

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

◆ thisown

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

◆ to

to = property(_ida_moves.segm_move_info_t_to_get, _ida_moves.segm_move_info_t_to_set, doc=)
static

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