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

Proxy of C++ ivl_t class.

Inheritance diagram for ivl_t:
uval_ivl_t

Public Member Functions

 __init__ (self, *args)
 init(self, _off=0, _size=0) -> ivl_t
 
"bool" empty (self, *args)
 empty(self) -> bool
 
"void" clear (self, *args)
 clear(self)
 
"char const *" dstr (self, *args)
 dstr(self) -> char const *
 
"bool" extend_to_cover (self, *args)
 extend_to_cover(self, r) -> bool
 
"void" intersect (self, *args)
 intersect(self, r)
 
"bool" overlap (self, *args)
 overlap(self, ivl) -> bool
 
"bool" includes (self, *args)
 includes(self, ivl) -> bool
 
"bool" contains (self, *args)
 contains(self, off2) -> 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_t
"bool" valid (self, *args)
 valid(self) -> bool
 
"unsigned long long" end (self, *args)
 end(self) -> unsigned long long
 
"unsigned long long" last (self, *args)
 last(self) -> unsigned long long
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from uval_ivl_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 off = property(_ida_hexrays.uval_ivl_t_off_get, _ida_hexrays.uval_ivl_t_off_set, doc=)
 
 size = property(_ida_hexrays.uval_ivl_t_size_get, _ida_hexrays.uval_ivl_t_size_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_offuval_t
_sizeuval_t

Reimplemented from uval_ivl_t.

Member Function Documentation

◆ __eq__()

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

◆ __ge__()

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

◆ __gt__()

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

◆ __le__()

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

◆ __lt__()

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

◆ __ne__()

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

◆ clear()

"void" clear ( self,
* args )

◆ compare()

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

◆ contains()

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

◆ dstr()

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

◆ empty()

"bool" empty ( self,
* args )

◆ extend_to_cover()

"bool" extend_to_cover ( self,
* args )
Parameters
rivl_t const &

◆ includes()

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

◆ intersect()

"void" intersect ( self,
* args )
Parameters
rivl_t const &

◆ overlap()

"bool" overlap ( self,
* args )
Parameters
ivlivl_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: