Module ida_hexrays :: Class voff_t
[frames] | no frames]

Class voff_t

object --+
         |
        voff_t
Known Subclasses:

Proxy of C++ voff_t class.

Instance Methods
bool
__eq__(self, r)
bool
__ge__(self, r)
bool
__gt__(self, r)
voff_t
__init__(self)
__init__(self, _type, _off) -> voff_t __init__(self, op) -> voff_t
bool
__le__(self, r)
bool
__lt__(self, r)
bool
__ne__(self, r)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
voff_t
add(self, width)
int
compare(self, r)
bool
defined(self)
sval_t
diff(self, r)
mreg_t
get_reg(self)
sval_t
get_stkoff(self)
 
inc(self, delta)
bool
is_reg(self)
bool
is_stkoff(self)
 
set(self, _type, _off)
 
set_reg(self, mreg)
 
set_stkoff(self, stkoff)
 
undef(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  off
voff_t_off_get(self) -> sval_t
  thisown
The membership flag
  type
voff_t_type_get(self) -> mopt_t

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, _type, _off) -> voff_t __init__(self, op) -> voff_t

Returns: voff_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

off

voff_t_off_get(self) -> sval_t

Get Method:
unreachable.voff_t_off_get(self)
Set Method:
unreachable.voff_t_off_set(self, off)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

type

voff_t_type_get(self) -> mopt_t

Get Method:
unreachable.voff_t_type_get(self)
Set Method:
unreachable.voff_t_type_set(self, type)