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

Class appcall_info_t

object --+
         |
        appcall_info_t

Proxy of C++ appcall_info_t class

Instance Methods
 
__repr__(self)
repr(x)
appcall_info_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: ...
  options = _swig_property(_idaapi.appcall_info_t_options_get, _...
  nargs = _swig_property(_idaapi.appcall_info_t_nargs_get, _idaa...
  func_ea = _swig_property(_idaapi.appcall_info_t_func_ea_get, _...
  tid = _swig_property(_idaapi.appcall_info_t_tid_get, _idaapi.a...
  fti = _swig_property(_idaapi.appcall_info_t_fti_get, _idaapi.a...
  regargs = _swig_property(_idaapi.appcall_info_t_regargs_get, _...
  stkargs = _swig_property(_idaapi.appcall_info_t_stkargs_get, _...
  retregs = _swig_property(_idaapi.appcall_info_t_retregs_get, _...
  errbuf = _swig_property(_idaapi.appcall_info_t_errbuf_get, _id...
  event = _swig_property(_idaapi.appcall_info_t_event_get, _idaa...
  __swig_destroy__ = _idaapi.delete_appcall_info_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: appcall_info_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')

options

Value:
_swig_property(_idaapi.appcall_info_t_options_get, _idaapi.appcall_inf\
o_t_options_set)

nargs

Value:
_swig_property(_idaapi.appcall_info_t_nargs_get, _idaapi.appcall_info_\
t_nargs_set)

func_ea

Value:
_swig_property(_idaapi.appcall_info_t_func_ea_get, _idaapi.appcall_inf\
o_t_func_ea_set)

tid

Value:
_swig_property(_idaapi.appcall_info_t_tid_get, _idaapi.appcall_info_t_\
tid_set)

fti

Value:
_swig_property(_idaapi.appcall_info_t_fti_get, _idaapi.appcall_info_t_\
fti_set)

regargs

Value:
_swig_property(_idaapi.appcall_info_t_regargs_get, _idaapi.appcall_inf\
o_t_regargs_set)

stkargs

Value:
_swig_property(_idaapi.appcall_info_t_stkargs_get, _idaapi.appcall_inf\
o_t_stkargs_set)

retregs

Value:
_swig_property(_idaapi.appcall_info_t_retregs_get, _idaapi.appcall_inf\
o_t_retregs_set)

errbuf

Value:
_swig_property(_idaapi.appcall_info_t_errbuf_get, _idaapi.appcall_info\
_t_errbuf_set)

event

Value:
_swig_property(_idaapi.appcall_info_t_event_get, _idaapi.appcall_info_\
t_event_set)