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

Public Member Functions

 __init__ (self, *args)
 
None set (self, 'mopt_t' _type, int _off)
 
None set_stkoff (self, int stkoff)
 
None set_reg (self, 'mreg_t' mreg)
 
None undef (self)
 
bool defined (self)
 
bool is_reg (self)
 
bool is_stkoff (self)
 
'mreg_t' get_reg (self)
 
int get_stkoff (self)
 
None inc (self, int delta)
 
'voff_tadd (self, int width)
 
int diff (self, 'voff_t' r)
 
bool __eq__ (self, 'voff_t' r)
 
bool __ne__ (self, 'voff_t' r)
 
bool __lt__ (self, 'voff_t' r)
 
bool __gt__ (self, 'voff_t' r)
 
bool __le__ (self, 'voff_t' r)
 
bool __ge__ (self, 'voff_t' r)
 
int compare (self, 'voff_t' r)
 

Static Public Attributes

str off
 
str type
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Reimplemented in vivl_t.

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'voff_t' r )

Reimplemented in vivl_t.

◆ __ge__()

bool __ge__ ( self,
'voff_t' r )

Reimplemented in vivl_t.

◆ __gt__()

bool __gt__ ( self,
'voff_t' r )

Reimplemented in vivl_t.

◆ __le__()

bool __le__ ( self,
'voff_t' r )

Reimplemented in vivl_t.

◆ __lt__()

bool __lt__ ( self,
'voff_t' r )

Reimplemented in vivl_t.

◆ __ne__()

bool __ne__ ( self,
'voff_t' r )

Reimplemented in vivl_t.

◆ add()

'voff_t' add ( self,
int width )

◆ compare()

int compare ( self,
'voff_t' r )

Reimplemented in vivl_t.

◆ defined()

bool defined ( self)

◆ diff()

int diff ( self,
'voff_t' r )

◆ get_reg()

'mreg_t' get_reg ( self)

◆ get_stkoff()

int get_stkoff ( self)

◆ inc()

None inc ( self,
int delta )

◆ is_reg()

bool is_reg ( self)

◆ is_stkoff()

bool is_stkoff ( self)

◆ set()

None set ( self,
'mopt_t' _type,
int _off )

Reimplemented in vivl_t.

◆ set_reg()

None set_reg ( self,
'mreg_t' mreg )

Reimplemented in vivl_t.

◆ set_stkoff()

None set_stkoff ( self,
int stkoff )

Reimplemented in vivl_t.

◆ undef()

None undef ( self)

Member Data Documentation

◆ off

str off
static
Initial value:
= property(_ida_hexrays.voff_t_off_get, _ida_hexrays.
voff_t_off_set)

◆ type

str type
static
Initial value:
= property(_ida_hexrays.voff_t_type_get, _ida_hexrays.
voff_t_type_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: