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

Public Member Functions

 __init__ (self, ida_idaapi.ea_t _from=0, ida_idaapi.ea_t _to=0, 'size_t' _sz=0)
 
bool __eq__ (self, 'segm_move_info_t' r)
 
bool __ne__ (self, 'segm_move_info_t' r)
 

Static Public Attributes

str to
 
str size
 

Static Protected Attributes

str _from
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
ida_idaapi.ea_t _from = 0,
ida_idaapi.ea_t _to = 0,
'size_t' _sz = 0 )

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'segm_move_info_t' r )

◆ __ne__()

bool __ne__ ( self,
'segm_move_info_t' r )

Member Data Documentation

◆ _from

str _from
staticprotected
Initial value:
= property(_ida_moves.segm_move_info_t__from_get,
_ida_moves.segm_move_info_t__from_set)

◆ size

str size
static
Initial value:
= property(_ida_moves.segm_move_info_t_size_get,
_ida_moves.segm_move_info_t_size_set)

◆ to

str to
static
Initial value:
= property(_ida_moves.segm_move_info_t_to_get, _ida_moves.
segm_move_info_t_to_set)

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: