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

Public Member Functions

 __init__ (self, *args)
 
bool __eq__ (self, 'lvar_ref_t' r)
 
bool __ne__ (self, 'lvar_ref_t' r)
 
bool __lt__ (self, 'lvar_ref_t' r)
 
bool __gt__ (self, 'lvar_ref_t' r)
 
bool __le__ (self, 'lvar_ref_t' r)
 
bool __ge__ (self, 'lvar_ref_t' r)
 
int compare (self, 'lvar_ref_t' r)
 
None swap (self, 'lvar_ref_t' r)
 
'lvar_t &' var (self)
 

Static Public Attributes

str mba = property(_ida_hexrays.lvar_ref_t_mba_get)
 
str off
 
str idx
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'lvar_ref_t' r )

◆ __ge__()

bool __ge__ ( self,
'lvar_ref_t' r )

◆ __gt__()

bool __gt__ ( self,
'lvar_ref_t' r )

◆ __le__()

bool __le__ ( self,
'lvar_ref_t' r )

◆ __lt__()

bool __lt__ ( self,
'lvar_ref_t' r )

◆ __ne__()

bool __ne__ ( self,
'lvar_ref_t' r )

◆ compare()

int compare ( self,
'lvar_ref_t' r )

◆ swap()

None swap ( self,
'lvar_ref_t' r )

◆ var()

'lvar_t &' var ( self)
Retrieve the referenced variable.

Member Data Documentation

◆ idx

str idx
static
Initial value:
= property(_ida_hexrays.lvar_ref_t_idx_get, _ida_hexrays.
lvar_ref_t_idx_set)

◆ mba

str mba = property(_ida_hexrays.lvar_ref_t_mba_get)
static

◆ off

str off
static
Initial value:
= property(_ida_hexrays.lvar_ref_t_off_get, _ida_hexrays.
lvar_ref_t_off_set)

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: