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

Proxy of C++ voff_t class.

Inheritance diagram for voff_t:
vivl_t

Public Member Functions

 __init__ (self, *args)
 init(self) -> voff_t init(self, _type, _off) -> voff_t
 
"void" set (self, *args)
 set(self, _type, _off)
 
"void" set_stkoff (self, *args)
 set_stkoff(self, stkoff)
 
"void" set_reg (self, *args)
 set_reg(self, mreg)
 
"void" undef (self, *args)
 undef(self)
 
"bool" defined (self, *args)
 defined(self) -> bool
 
"bool" is_reg (self, *args)
 is_reg(self) -> bool
 
"bool" is_stkoff (self, *args)
 is_stkoff(self) -> bool
 
"mreg_t" get_reg (self, *args)
 get_reg(self) -> mreg_t
 
"sval_t" get_stkoff (self, *args)
 get_stkoff(self) -> sval_t
 
"void" inc (self, *args)
 inc(self, delta)
 
"voff_t" add (self, *args)
 add(self, width) -> voff_t
 
"sval_t" diff (self, *args)
 diff(self, r) -> sval_t
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 
"bool" __lt__ (self, *args)
 lt(self, r) -> bool
 
"bool" __gt__ (self, *args)
 gt(self, r) -> bool
 
"bool" __le__ (self, *args)
 le(self, r) -> bool
 
"bool" __ge__ (self, *args)
 ge(self, r) -> bool
 
"int" compare (self, *args)
 compare(self, r) -> int
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 off = property(_ida_hexrays.voff_t_off_get, _ida_hexrays.voff_t_off_set, doc=)
 
 type = property(_ida_hexrays.voff_t_type_get, _ida_hexrays.voff_t_type_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_typemopt_t
_offsval_t

init(self, op) -> voff_t

Parameters
opmop_t const &

Reimplemented in vivl_t.

Member Function Documentation

◆ __eq__()

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

Reimplemented in vivl_t.

◆ __ge__()

"bool" __ge__ ( self,
* args )
Parameters
rvoff_t const &

Reimplemented in vivl_t.

◆ __gt__()

"bool" __gt__ ( self,
* args )
Parameters
rvoff_t const &

Reimplemented in vivl_t.

◆ __le__()

"bool" __le__ ( self,
* args )
Parameters
rvoff_t const &

Reimplemented in vivl_t.

◆ __lt__()

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

Reimplemented in vivl_t.

◆ __ne__()

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

Reimplemented in vivl_t.

◆ add()

"voff_t" add ( self,
* args )
Parameters
widthint

◆ compare()

"int" compare ( self,
* args )
Parameters
rvoff_t const &

Reimplemented in vivl_t.

◆ defined()

"bool" defined ( self,
* args )

◆ diff()

"sval_t" diff ( self,
* args )
Parameters
rvoff_t const &

◆ get_reg()

"mreg_t" get_reg ( self,
* args )

◆ get_stkoff()

"sval_t" get_stkoff ( self,
* args )

◆ inc()

"void" inc ( self,
* args )
Parameters
deltasval_t

◆ is_reg()

"bool" is_reg ( self,
* args )

◆ is_stkoff()

"bool" is_stkoff ( self,
* args )

◆ set()

"void" set ( self,
* args )
Parameters
_typemopt_t
_offsval_t

Reimplemented in vivl_t.

◆ set_reg()

"void" set_reg ( self,
* args )
Parameters
mregmreg_t

Reimplemented in vivl_t.

◆ set_stkoff()

"void" set_stkoff ( self,
* args )
Parameters
stkoffsval_t

Reimplemented in vivl_t.

◆ undef()

"void" undef ( self,
* args )

Property Documentation

◆ off

off = property(_ida_hexrays.voff_t_off_get, _ida_hexrays.voff_t_off_set, doc=)
static

◆ thisown

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

◆ type

type = property(_ida_hexrays.voff_t_type_get, _ida_hexrays.voff_t_type_set, doc=)
static

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