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

Class ivlset_t

       object --+    
                |    
uval_ivl_ivlset_t --+
                    |
                   ivlset_t

Proxy of C++ ivlset_t class.

Instance Methods
bool
__eq__(self, r)
bool
__ge__(self, r)
bool
__gt__(self, r)
ivlset_t
__init__(self)
__init__(self, ivl) -> ivlset_t
bool
__le__(self, r)
bool
__lt__(self, r)
bool
__ne__(self, r)
 
__swig_destroy__(self)
bool
add(self, ivl)
add(self, ea, size) -> bool add(self, ivs) -> bool
bool
addmasked(self, ivs, mask)
int
compare(self, r)
bool
contains(self, off)
asize_t
count(self)
char const *
dstr(self)
bool
has_common(self, ivl, strict=False)
has_common(self, ivs) -> bool
bool
includes(self, ivs)
bool
intersect(self, ivs)
bool
sub(self, ivl)
sub(self, ea, size) -> bool sub(self, ivs) -> bool

Inherited from uval_ivl_ivlset_t: __repr__, all_values, begin, clear, empty, end, getivl, lastivl, nivls, qclear, set_all_values, single_value, swap

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

Properties
  thisown
The membership flag

Inherited from object: __class__

Method Details

__eq__(self, r)
(Equality operator)

 
Returns: bool
Overrides: uval_ivl_ivlset_t.__eq__

__init__(self)
(Constructor)

 

__init__(self, ivl) -> ivlset_t

Returns: ivlset_t
Overrides: object.__init__

__ne__(self, r)

 
Returns: bool
Overrides: uval_ivl_ivlset_t.__ne__

__swig_destroy__(self)

 
Overrides: uval_ivl_ivlset_t.__swig_destroy__

Property Details

thisown

The membership flag

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