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

Proxy of C++ vivl_t class.

Inheritance diagram for vivl_t:
voff_t

Public Member Functions

 __init__ (self, *args)
 init(self, _type=mop_z, _off=-1, _size=0) -> vivl_t
 
"void" set (self, *args)
 set(self, _type, _off, _size=0)
 
"void" set_stkoff (self, *args)
 set_stkoff(self, stkoff, sz=0)
 
"void" set_reg (self, *args)
 set_reg(self, mreg, sz=0)
 
"bool" extend_to_cover (self, *args)
 extend_to_cover(self, r) -> bool Extend a value interval using another value interval of the same type
 
"uval_t" intersect (self, *args)
 intersect(self, r) -> uval_t Intersect value intervals the same type
 
"bool" overlap (self, *args)
 overlap(self, r) -> bool Do two value intervals overlap?
 
"bool" includes (self, *args)
 includes(self, r) -> bool Does our value interval include another?
 
"bool" contains (self, *args)
 contains(self, voff2) -> bool Does our value interval contain the specified value offset?
 
"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
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"char const *" dstr (self, *args)
 dstr(self) -> char const *
 
- Public Member Functions inherited from voff_t
"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
 

Protected Member Functions

"void" _print (self, *args)
 _print(self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 size = property(_ida_hexrays.vivl_t_size_get, _ida_hexrays.vivl_t_size_set, doc=)
 
- Properties inherited from voff_t
 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
_sizeint

init(self, ch) -> vivl_t

Parameters
chchain_t const &

init(self, op) -> vivl_t

Parameters
opmop_t const &

Reimplemented from voff_t.

Member Function Documentation

◆ __eq__()

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

eq(self, mop) -> bool

Parameters
mopmop_t const &

Reimplemented from voff_t.

◆ __ge__()

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

Reimplemented from voff_t.

◆ __gt__()

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

Reimplemented from voff_t.

◆ __le__()

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

Reimplemented from voff_t.

◆ __lt__()

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

Reimplemented from voff_t.

◆ __ne__()

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

Reimplemented from voff_t.

◆ _print()

"void" _print ( self,
* args )
protected

◆ compare()

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

Reimplemented from voff_t.

◆ contains()

"bool" contains ( self,
* args )
Parameters
voff2(C++: const voff_t &) voff_t const &

◆ dstr()

"char const *" dstr ( self,
* args )

◆ extend_to_cover()

"bool" extend_to_cover ( self,
* args )
Parameters
r(C++: const vivl_t &) vivl_t const &
Returns
: success

◆ includes()

"bool" includes ( self,
* args )
Parameters
r(C++: const vivl_t &) vivl_t const &

◆ intersect()

"uval_t" intersect ( self,
* args )
Parameters
r(C++: const vivl_t &) vivl_t const &
Returns
: size of the resulting intersection

◆ overlap()

"bool" overlap ( self,
* args )
Parameters
r(C++: const vivl_t &) vivl_t const &

◆ set()

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

set(self, voff, _size)

Parameters
voffvoff_t const &
_sizeint

Reimplemented from voff_t.

◆ set_reg()

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

Reimplemented from voff_t.

◆ set_stkoff()

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

Reimplemented from voff_t.

Property Documentation

◆ size

size = property(_ida_hexrays.vivl_t_size_get, _ida_hexrays.vivl_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

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