IDAPython 9.0
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, "uval_t" _off=0, "uval_t" _size=0)
 init(self, _off=0, _size=0) -> ivl_t
 
"bool" empty (self)
 empty(self) -> bool
 
"void" clear (self)
 clear(self)
 
"char const *" dstr (self)
 dstr(self) -> char const *
 
"bool" extend_to_cover (self, "ivl_t" r)
 extend_to_cover(self, r) -> bool
 
"void" intersect (self, "ivl_t" r)
 intersect(self, r)
 
"bool" overlap (self, "ivl_t" ivl)
 overlap(self, ivl) -> bool
 
"bool" includes (self, "ivl_t" ivl)
 includes(self, ivl) -> bool
 
"bool" contains (self, "uval_t" off2)
 contains(self, off2) -> bool
 
"bool" __eq__ (self, "ivl_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "ivl_t" r)
 ne(self, r) -> bool
 
"bool" __lt__ (self, "ivl_t" r)
 lt(self, r) -> bool
 
"bool" __gt__ (self, "ivl_t" r)
 gt(self, r) -> bool
 
"bool" __le__ (self, "ivl_t" r)
 le(self, r) -> bool
 
"bool" __ge__ (self, "ivl_t" r)
 ge(self, r) -> bool
 
"int" compare (self, "ivl_t" r)
 compare(self, r) -> int
 
- Public Member Functions inherited from uval_ivl_t
"bool" valid (self)
 valid(self) -> bool
 
"unsigned long long" end (self)
 end(self) -> unsigned long long
 
"unsigned long long" last (self)
 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")
 

Additional Inherited Members

- Static Public Attributes inherited from uval_ivl_t
str off = property(_ida_hexrays.uval_ivl_t_off_get, _ida_hexrays.uval_ivl_t_off_set, doc=)
 
str size = property(_ida_hexrays.uval_ivl_t_size_get, _ida_hexrays.uval_ivl_t_size_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
"uval_t" _off = 0,
"uval_t" _size = 0 )
Parameters
_offuval_t
_sizeuval_t

Reimplemented from uval_ivl_t.

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"ivl_t" r )
Parameters
rivl_t const &

◆ __ge__()

"bool" __ge__ ( self,
"ivl_t" r )
Parameters
rivl_t const &

◆ __gt__()

"bool" __gt__ ( self,
"ivl_t" r )
Parameters
rivl_t const &

◆ __le__()

"bool" __le__ ( self,
"ivl_t" r )
Parameters
rivl_t const &

◆ __lt__()

"bool" __lt__ ( self,
"ivl_t" r )
Parameters
rivl_t const &

◆ __ne__()

"bool" __ne__ ( self,
"ivl_t" r )
Parameters
rivl_t const &

◆ clear()

"void" clear ( self)

◆ compare()

"int" compare ( self,
"ivl_t" r )
Parameters
rivl_t const &

◆ contains()

"bool" contains ( self,
"uval_t" off2 )
Parameters
off2uval_t

◆ dstr()

"char const *" dstr ( self)

◆ empty()

"bool" empty ( self)

◆ extend_to_cover()

"bool" extend_to_cover ( self,
"ivl_t" r )
Parameters
rivl_t const &

◆ includes()

"bool" includes ( self,
"ivl_t" ivl )
Parameters
ivlivl_t const &

◆ intersect()

"void" intersect ( self,
"ivl_t" r )
Parameters
rivl_t const &

◆ overlap()

"bool" overlap ( self,
"ivl_t" ivl )
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: