IDAPython 9.0
Loading...
Searching...
No Matches
ivl_t Class Reference
Inheritance diagram for ivl_t:
uval_ivl_t

Public Member Functions

 __init__ (self, int _off=0, int _size=0)
 
bool empty (self)
 
None clear (self)
 
str dstr (self)
 
bool extend_to_cover (self, 'ivl_t' r)
 
None intersect (self, 'ivl_t' r)
 
bool overlap (self, 'ivl_t' ivl)
 
bool includes (self, 'ivl_t' ivl)
 
bool contains (self, int off2)
 
bool __eq__ (self, 'ivl_t' r)
 
bool __ne__ (self, 'ivl_t' r)
 
bool __lt__ (self, 'ivl_t' r)
 
bool __gt__ (self, 'ivl_t' r)
 
bool __le__ (self, 'ivl_t' r)
 
bool __ge__ (self, 'ivl_t' r)
 
int compare (self, 'ivl_t' r)
 
- Public Member Functions inherited from uval_ivl_t
bool valid (self)
 
'unsigned long long' end (self)
 
'unsigned long long' last (self)
 

Properties

 thisown
 
- Properties inherited from uval_ivl_t
 thisown
 

Additional Inherited Members

- Static Public Attributes inherited from uval_ivl_t
str off
 
str size
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
int _off = 0,
int _size = 0 )

Reimplemented from uval_ivl_t.

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'ivl_t' r )

◆ __ge__()

bool __ge__ ( self,
'ivl_t' r )

◆ __gt__()

bool __gt__ ( self,
'ivl_t' r )

◆ __le__()

bool __le__ ( self,
'ivl_t' r )

◆ __lt__()

bool __lt__ ( self,
'ivl_t' r )

◆ __ne__()

bool __ne__ ( self,
'ivl_t' r )

◆ clear()

None clear ( self)

◆ compare()

int compare ( self,
'ivl_t' r )

◆ contains()

bool contains ( self,
int off2 )

◆ dstr()

str dstr ( self)

◆ empty()

bool empty ( self)

◆ extend_to_cover()

bool extend_to_cover ( self,
'ivl_t' r )

◆ includes()

bool includes ( self,
'ivl_t' ivl )

◆ intersect()

None intersect ( self,
'ivl_t' r )

◆ overlap()

bool overlap ( self,
'ivl_t' ivl )

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

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