Proxy of C++ lvar_ref_t class.  
|  | 
|  | __init__ (self, *args) | 
|  | init(self, m, i, o=0) -> lvar_ref_t 
 | 
|  | 
| "bool" | __eq__ (self, "lvar_ref_t" r) | 
|  | eq(self, r) -> bool 
 | 
|  | 
| "bool" | __ne__ (self, "lvar_ref_t" r) | 
|  | ne(self, r) -> bool 
 | 
|  | 
| "bool" | __lt__ (self, "lvar_ref_t" r) | 
|  | lt(self, r) -> bool 
 | 
|  | 
| "bool" | __gt__ (self, "lvar_ref_t" r) | 
|  | gt(self, r) -> bool 
 | 
|  | 
| "bool" | __le__ (self, "lvar_ref_t" r) | 
|  | le(self, r) -> bool 
 | 
|  | 
| "bool" | __ge__ (self, "lvar_ref_t" r) | 
|  | ge(self, r) -> bool 
 | 
|  | 
| "int" | compare (self, "lvar_ref_t" r) | 
|  | compare(self, r) -> int 
 | 
|  | 
| "void" | swap (self, "lvar_ref_t" r) | 
|  | swap(self, r) 
 | 
|  | 
| "lvar_t &" | var (self) | 
|  | var(self) -> lvar_t Retrieve the referenced variable. 
 | 
|  | 
|  | 
| str | mba = property(_ida_hexrays.lvar_ref_t_mba_get, doc=) | 
|  | 
| str | off = property(_ida_hexrays.lvar_ref_t_off_get, _ida_hexrays.lvar_ref_t_off_set, doc=) | 
|  | 
| str | idx = property(_ida_hexrays.lvar_ref_t_idx_get, _ida_hexrays.lvar_ref_t_idx_set, doc=) | 
|  | 
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
◆ __init__()
      
        
          | __init__ | ( |  | self, | 
        
          |  |  | * | args ) | 
      
 
 
◆ __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()
      
        
          | "void" swap | ( |  | self, | 
        
          |  |  | "lvar_ref_t" | r ) | 
      
 
 
◆ var()
◆ idx
  
  | 
        
          | str idx = property(_ida_hexrays.lvar_ref_t_idx_get, _ida_hexrays.lvar_ref_t_idx_set, doc=) |  | static | 
 
 
◆ mba
  
  | 
        
          | str mba = property(_ida_hexrays.lvar_ref_t_mba_get, doc=) |  | static | 
 
 
◆ off
  
  | 
        
          | str off = property(_ida_hexrays.lvar_ref_t_off_get, _ida_hexrays.lvar_ref_t_off_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: