Module idaapi :: Class regvar_t
[frames] | no frames]

Class regvar_t

object --+    
         |    
    area_t --+
             |
            regvar_t

Proxy of C++ regvar_t class

Instance Methods
 
__repr__(self)
repr(x)
regvar_t
__init__(self)
__init__(self, ea_t ea1, ea_t ea2) -> area_t

Inherited from area_t: __eq__, __gt__, __lt__, __ne__, clear, compare, contains, empty, extend, intersect, overlaps, size

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  canon = _swig_property(_idaapi.regvar_t_canon_get, _idaapi.reg...
  user = _swig_property(_idaapi.regvar_t_user_get, _idaapi.regva...
  cmt = _swig_property(_idaapi.regvar_t_cmt_get, _idaapi.regvar_...
  __swig_destroy__ = _idaapi.delete_regvar_t
  __del__ = lambda self:

Inherited from area_t: endEA, startEA

Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

__init__(self, ea_t ea1, ea_t ea2) -> area_t

Returns: regvar_t
Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

canon

Value:
_swig_property(_idaapi.regvar_t_canon_get, _idaapi.regvar_t_canon_set)

user

Value:
_swig_property(_idaapi.regvar_t_user_get, _idaapi.regvar_t_user_set)

cmt

Value:
_swig_property(_idaapi.regvar_t_cmt_get, _idaapi.regvar_t_cmt_set)