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

Class xrefblk_t

object --+
         |
        xrefblk_t

Proxy of C++ xrefblk_t class

Instance Methods
 
__repr__(self)
repr(x)
 
first_from(self, *args)
first_from(self, ea_t frm, int flags) -> bool
 
first_to(self, *args)
first_to(self, ea_t to, int flags) -> bool
bool
next_from(self)
next_from(self, ea_t frm, ea_t _to, int flags) -> bool
bool
next_to(self)
next_to(self, ea_t _from, ea_t to, int flags) -> bool
xrefblk_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: ...
  frm = _swig_property(_idaapi.xrefblk_t_frm_get, _idaapi.xrefbl...
  to = _swig_property(_idaapi.xrefblk_t_to_get, _idaapi.xrefblk_...
  iscode = _swig_property(_idaapi.xrefblk_t_iscode_get, _idaapi....
  type = _swig_property(_idaapi.xrefblk_t_type_get, _idaapi.xref...
  user = _swig_property(_idaapi.xrefblk_t_user_get, _idaapi.xref...
  __swig_destroy__ = _idaapi.delete_xrefblk_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

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

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

frm

Value:
_swig_property(_idaapi.xrefblk_t_frm_get, _idaapi.xrefblk_t_frm_set)

to

Value:
_swig_property(_idaapi.xrefblk_t_to_get, _idaapi.xrefblk_t_to_set)

iscode

Value:
_swig_property(_idaapi.xrefblk_t_iscode_get, _idaapi.xrefblk_t_iscode_\
set)

type

Value:
_swig_property(_idaapi.xrefblk_t_type_get, _idaapi.xrefblk_t_type_set)

user

Value:
_swig_property(_idaapi.xrefblk_t_user_get, _idaapi.xrefblk_t_user_set)