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

Class func_type_info_t

object --+
         |
        func_type_info_t

Proxy of C++ func_type_info_t class

Instance Methods
 
__repr__(self)
repr(x)
func_type_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: ...
  flags = _swig_property(_idaapi.func_type_info_t_flags_get, _id...
  rettype = _swig_property(_idaapi.func_type_info_t_rettype_get,...
  retfields = _swig_property(_idaapi.func_type_info_t_retfields_...
  retloc = _swig_property(_idaapi.func_type_info_t_retloc_get, _...
  stkargs = _swig_property(_idaapi.func_type_info_t_stkargs_get,...
  spoiled = _swig_property(_idaapi.func_type_info_t_spoiled_get,...
  cc = _swig_property(_idaapi.func_type_info_t_cc_get, _idaapi.f...
  basetype = _swig_property(_idaapi.func_type_info_t_basetype_ge...
  __swig_destroy__ = _idaapi.delete_func_type_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: func_type_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')

flags

Value:
_swig_property(_idaapi.func_type_info_t_flags_get, _idaapi.func_type_i\
nfo_t_flags_set)

rettype

Value:
_swig_property(_idaapi.func_type_info_t_rettype_get, _idaapi.func_type\
_info_t_rettype_set)

retfields

Value:
_swig_property(_idaapi.func_type_info_t_retfields_get, _idaapi.func_ty\
pe_info_t_retfields_set)

retloc

Value:
_swig_property(_idaapi.func_type_info_t_retloc_get, _idaapi.func_type_\
info_t_retloc_set)

stkargs

Value:
_swig_property(_idaapi.func_type_info_t_stkargs_get, _idaapi.func_type\
_info_t_stkargs_set)

spoiled

Value:
_swig_property(_idaapi.func_type_info_t_spoiled_get, _idaapi.func_type\
_info_t_spoiled_set)

cc

Value:
_swig_property(_idaapi.func_type_info_t_cc_get, _idaapi.func_type_info\
_t_cc_set)

basetype

Value:
_swig_property(_idaapi.func_type_info_t_basetype_get, _idaapi.func_typ\
e_info_t_basetype_set)