Proxy of C++ lvar_uservec_t class.  
|  | 
| "void" | swap (self, "lvar_uservec_t" r) | 
|  | swap(self, r) 
 | 
|  | 
| "void" | clear (self) | 
|  | clear(self) 
 | 
|  | 
| "bool" | empty (self) | 
|  | empty(self) -> bool 
 | 
|  | 
| "lvar_saved_info_t *" | find_info (self, "lvar_locator_t" vloc) | 
|  | find_info(self, vloc) -> lvar_saved_info_t find saved user settings for given var 
 | 
|  | 
| "void" | keep_info (self, "lvar_t" v) | 
|  | keep_info(self, v) Preserve user settings for given var. 
 | 
|  | 
|  | __init__ (self) | 
|  | init(self) -> lvar_uservec_t 
 | 
|  | 
|  | 
| str | lvvec = property(_ida_hexrays.lvar_uservec_t_lvvec_get, _ida_hexrays.lvar_uservec_t_lvvec_set, doc=) | 
|  | 
| str | lmaps = property(_ida_hexrays.lvar_uservec_t_lmaps_get, _ida_hexrays.lvar_uservec_t_lmaps_set, doc=) | 
|  | 
| str | stkoff_delta = property(_ida_hexrays.lvar_uservec_t_stkoff_delta_get, _ida_hexrays.lvar_uservec_t_stkoff_delta_set, doc=) | 
|  | 
| str | ulv_flags = property(_ida_hexrays.lvar_uservec_t_ulv_flags_get, _ida_hexrays.lvar_uservec_t_ulv_flags_set, doc=) | 
|  | 
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
◆ __init__()
◆ clear()
◆ empty()
◆ find_info()
      
        
          | "lvar_saved_info_t *" find_info | ( |  | self, | 
        
          |  |  | "lvar_locator_t" | vloc ) | 
      
 
 
◆ keep_info()
      
        
          | "void" keep_info | ( |  | self, | 
        
          |  |  | "lvar_t" | v ) | 
      
 
 
◆ swap()
      
        
          | "void" swap | ( |  | self, | 
        
          |  |  | "lvar_uservec_t" | r ) | 
      
 
 
◆ lmaps
  
  | 
        
          | str lmaps = property(_ida_hexrays.lvar_uservec_t_lmaps_get, _ida_hexrays.lvar_uservec_t_lmaps_set, doc=) |  | static | 
 
 
◆ lvvec
  
  | 
        
          | str lvvec = property(_ida_hexrays.lvar_uservec_t_lvvec_get, _ida_hexrays.lvar_uservec_t_lvvec_set, doc=) |  | static | 
 
 
◆ stkoff_delta
  
  | 
        
          | str stkoff_delta = property(_ida_hexrays.lvar_uservec_t_stkoff_delta_get, _ida_hexrays.lvar_uservec_t_stkoff_delta_set, doc=) |  | static | 
 
 
◆ ulv_flags
  
  | 
        
          | str ulv_flags = property(_ida_hexrays.lvar_uservec_t_ulv_flags_get, _ida_hexrays.lvar_uservec_t_ulv_flags_set, doc=) |  | static | 
 
 
◆ 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: