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

Proxy of C++ lvar_uservec_t class.

Inheritance diagram for lvar_uservec_t:

Public Member Functions

"void" swap (self, *args)
 swap(self, r)
 
"void" clear (self, *args)
 clear(self)
 
"bool" empty (self, *args)
 empty(self) -> bool
 
"lvar_saved_info_t *" find_info (self, *args)
 find_info(self, vloc) -> lvar_saved_info_t find saved user settings for given var
 
"void" keep_info (self, *args)
 keep_info(self, v) Preserve user settings for given var.
 
 __init__ (self, *args)
 init(self) -> lvar_uservec_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 lvvec = property(_ida_hexrays.lvar_uservec_t_lvvec_get, _ida_hexrays.lvar_uservec_t_lvvec_set, doc=)
 
 lmaps = property(_ida_hexrays.lvar_uservec_t_lmaps_get, _ida_hexrays.lvar_uservec_t_lmaps_set, doc=)
 
 stkoff_delta = property(_ida_hexrays.lvar_uservec_t_stkoff_delta_get, _ida_hexrays.lvar_uservec_t_stkoff_delta_set, doc=)
 
 ulv_flags = property(_ida_hexrays.lvar_uservec_t_ulv_flags_get, _ida_hexrays.lvar_uservec_t_ulv_flags_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ clear()

"void" clear ( self,
* args )

◆ empty()

"bool" empty ( self,
* args )

◆ find_info()

"lvar_saved_info_t *" find_info ( self,
* args )
Parameters
vloc(C++: const lvar_locator_t &) lvar_locator_t const &

◆ keep_info()

"void" keep_info ( self,
* args )
Parameters
v(C++: const lvar_t &) lvar_t const &

◆ swap()

"void" swap ( self,
* args )
Parameters
rlvar_uservec_t &

Property Documentation

◆ lmaps

lmaps = property(_ida_hexrays.lvar_uservec_t_lmaps_get, _ida_hexrays.lvar_uservec_t_lmaps_set, doc=)
static

◆ lvvec

lvvec = property(_ida_hexrays.lvar_uservec_t_lvvec_get, _ida_hexrays.lvar_uservec_t_lvvec_set, doc=)
static

◆ stkoff_delta

stkoff_delta = property(_ida_hexrays.lvar_uservec_t_stkoff_delta_get, _ida_hexrays.lvar_uservec_t_stkoff_delta_set, doc=)
static

◆ thisown

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

◆ ulv_flags

ulv_flags = property(_ida_hexrays.lvar_uservec_t_ulv_flags_get, _ida_hexrays.lvar_uservec_t_ulv_flags_set, doc=)
static

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