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

Proxy of C++ ivlset_t class.

Inheritance diagram for ivlset_t:
uval_ivl_ivlset_t

Public Member Functions

 __init__ (self, *args)
 init(self) -> ivlset_t init(self, ivl) -> ivlset_t
 
"bool" add (self, *args)
 add(self, ivl) -> bool
 
"bool" addmasked (self, *args)
 addmasked(self, ivs, mask) -> bool
 
"bool" sub (self, *args)
 sub(self, ivl) -> bool
 
"char const *" dstr (self, *args)
 dstr(self) -> char const *
 
"asize_t" count (self, *args)
 count(self) -> asize_t
 
"bool" has_common (self, *args)
 has_common(self, ivl, strict=False) -> bool
 
"bool" contains (self, *args)
 contains(self, off) -> bool
 
"bool" includes (self, *args)
 includes(self, ivs) -> bool
 
"bool" intersect (self, *args)
 intersect(self, ivs) -> bool
 
"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
 
- Public Member Functions inherited from uval_ivl_ivlset_t
"void" swap (self, *args)
 swap(self, r)
 
"ivl_t const &" getivl (self, *args)
 getivl(self, idx) -> ivl_t
 
"ivl_t const &" lastivl (self, *args)
 lastivl(self) -> ivl_t
 
"size_t" nivls (self, *args)
 nivls(self) -> size_t
 
"bool" empty (self, *args)
 empty(self) -> bool
 
"void" clear (self, *args)
 clear(self)
 
"void" qclear (self, *args)
 qclear(self)
 
"bool" all_values (self, *args)
 all_values(self) -> bool
 
"void" set_all_values (self, *args)
 set_all_values(self)
 
"bool" single_value (self, *args)
 single_value(self) -> bool single_value(self, v) -> bool
 
"ivlset_tpl< ivl_t,unsigned long long >::iterator" begin (self, *args)
 begin(self) -> ivlset_tpl< ivl_t,unsigned long long >::const_iterator begin(self) -> ivlset_tpl< ivl_t,unsigned long long >::iterator
 
"ivlset_tpl< ivl_t,unsigned long long >::iterator" end (self, *args)
 end(self) -> ivlset_tpl< ivl_t,unsigned long long >::const_iterator end(self) -> ivlset_tpl< ivl_t,unsigned long long >::iterator
 

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

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
ivlivl_t const &

Reimplemented from uval_ivl_ivlset_t.

Member Function Documentation

◆ __eq__()

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

Reimplemented from uval_ivl_ivlset_t.

◆ __ge__()

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

◆ __gt__()

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

◆ __le__()

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

◆ __lt__()

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

◆ __ne__()

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

Reimplemented from uval_ivl_ivlset_t.

◆ _print()

"void" _print ( self,
* args )
protected

◆ add()

"bool" add ( self,
* args )
Parameters
ivlivl_t const &

add(self, ea, size) -> bool

Parameters
eaea_t
sizeasize_t

add(self, ivs) -> bool

Parameters
ivsivlset_t const &

◆ addmasked()

"bool" addmasked ( self,
* args )
Parameters
ivsivlset_t const &
maskivl_t const &

◆ compare()

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

◆ contains()

"bool" contains ( self,
* args )
Parameters
offuval_t

◆ count()

"asize_t" count ( self,
* args )

◆ dstr()

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

◆ has_common()

"bool" has_common ( self,
* args )
Parameters
ivlivl_t const &
strictbool

has_common(self, ivs) -> bool

Parameters
ivsivlset_t const &

◆ includes()

"bool" includes ( self,
* args )
Parameters
ivsivlset_t const &

◆ intersect()

"bool" intersect ( self,
* args )
Parameters
ivsivlset_t const &

◆ sub()

"bool" sub ( self,
* args )
Parameters
ivlivl_t const &

sub(self, ea, size) -> bool

Parameters
eaea_t
sizeasize_t

sub(self, ivs) -> bool

Parameters
ivsivlset_t const &

Property Documentation

◆ 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: