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

Public Member Functions

 __init__ (self, 'mba_t' m, int o)
 
bool __eq__ (self, 'stkvar_ref_t' r)
 
bool __ne__ (self, 'stkvar_ref_t' r)
 
bool __lt__ (self, 'stkvar_ref_t' r)
 
bool __gt__ (self, 'stkvar_ref_t' r)
 
bool __le__ (self, 'stkvar_ref_t' r)
 
bool __ge__ (self, 'stkvar_ref_t' r)
 
int compare (self, 'stkvar_ref_t' r)
 
None swap (self, 'stkvar_ref_t' r)
 
'ssize_t' get_stkvar (self, 'udm_t' udm=None, 'uval_t *' p_idaoff=None)
 

Static Public Attributes

str mba = property(_ida_hexrays.stkvar_ref_t_mba_get)
 
str off
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
'mba_t' m,
int o )

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'stkvar_ref_t' r )

◆ __ge__()

bool __ge__ ( self,
'stkvar_ref_t' r )

◆ __gt__()

bool __gt__ ( self,
'stkvar_ref_t' r )

◆ __le__()

bool __le__ ( self,
'stkvar_ref_t' r )

◆ __lt__()

bool __lt__ ( self,
'stkvar_ref_t' r )

◆ __ne__()

bool __ne__ ( self,
'stkvar_ref_t' r )

◆ compare()

int compare ( self,
'stkvar_ref_t' r )

◆ get_stkvar()

'ssize_t' get_stkvar ( self,
'udm_t' udm = None,
'uval_t *' p_idaoff = None )
Retrieve the referenced stack variable. 

@param udm: stkvar, may be nullptr
@param p_idaoff: if specified, will hold IDA stkoff after the call.
@returns index of stkvar in the frame or -1

◆ swap()

None swap ( self,
'stkvar_ref_t' r )

Member Data Documentation

◆ mba

str mba = property(_ida_hexrays.stkvar_ref_t_mba_get)
static

◆ off

str off
static
Initial value:
= property(_ida_hexrays.stkvar_ref_t_off_get,
_ida_hexrays.stkvar_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: