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

Class refinfo_t

object --+
         |
        refinfo_t

Proxy of C++ refinfo_t class

Instance Methods
 
__repr__(self)
repr(x)
reftype_t
type(self)
bool
no_base_xref(self)
bool
is_pastend(self)
bool
is_rvaoff(self)
bool
is_custom(self)
bool
is_subtract(self)
bool
is_signed(self)
 
set_type(self, *args)
set_type(self, reftype_t t)
 
init(self, *args)
init(self, uint32 reft_and_flags, ea_t _base = 0, ea_t _target = BADADDR, ...
refinfo_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

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: ...
  target = _swig_property(_idaapi.refinfo_t_target_get, _idaapi....
  base = _swig_property(_idaapi.refinfo_t_base_get, _idaapi.refi...
  tdelta = _swig_property(_idaapi.refinfo_t_tdelta_get, _idaapi....
  flags = _swig_property(_idaapi.refinfo_t_flags_get, _idaapi.re...
  __swig_destroy__ = _idaapi.delete_refinfo_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

init(self, *args)

 

init(self, uint32 reft_and_flags, ea_t _base = 0, ea_t _target = BADADDR, 
    adiff_t _tdelta = 0)

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: refinfo_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')

target

Value:
_swig_property(_idaapi.refinfo_t_target_get, _idaapi.refinfo_t_target_\
set)

base

Value:
_swig_property(_idaapi.refinfo_t_base_get, _idaapi.refinfo_t_base_set)

tdelta

Value:
_swig_property(_idaapi.refinfo_t_tdelta_get, _idaapi.refinfo_t_tdelta_\
set)

flags

Value:
_swig_property(_idaapi.refinfo_t_flags_get, _idaapi.refinfo_t_flags_se\
t)