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
 
__del__(self)
func_type_info_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)

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

Properties
  basetype
func_type_info_t_basetype_get(self) -> type_t
  cc
func_type_info_t_cc_get(self) -> cm_t
  flags
func_type_info_t_flags_get(self) -> int
  retfields
func_type_info_t_retfields_get(self) -> qtype
  retloc
func_type_info_t_retloc_get(self) -> argloc_t
  rettype
func_type_info_t_rettype_get(self) -> qtype
  spoiled
func_type_info_t_spoiled_get(self) -> reginfovec_t
  stkargs
func_type_info_t_stkargs_get(self) -> uval_t
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

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

Returns: func_type_info_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

basetype

func_type_info_t_basetype_get(self) -> type_t

Get Method:
unreachable.func_type_info_t_basetype_get(self)
Set Method:
unreachable.func_type_info_t_basetype_set(self, basetype)

cc

func_type_info_t_cc_get(self) -> cm_t

Get Method:
unreachable.func_type_info_t_cc_get(self)
Set Method:
unreachable.func_type_info_t_cc_set(self, cc)

flags

func_type_info_t_flags_get(self) -> int

Get Method:
unreachable.func_type_info_t_flags_get(self)
Set Method:
unreachable.func_type_info_t_flags_set(self, flags)

retfields

func_type_info_t_retfields_get(self) -> qtype

Get Method:
unreachable.func_type_info_t_retfields_get(self)
Set Method:
unreachable.func_type_info_t_retfields_set(self, retfields)

retloc

func_type_info_t_retloc_get(self) -> argloc_t

Get Method:
unreachable.func_type_info_t_retloc_get(self)
Set Method:
unreachable.func_type_info_t_retloc_set(self, retloc)

rettype

func_type_info_t_rettype_get(self) -> qtype

Get Method:
unreachable.func_type_info_t_rettype_get(self)
Set Method:
unreachable.func_type_info_t_rettype_set(self, rettype)

spoiled

func_type_info_t_spoiled_get(self) -> reginfovec_t

Get Method:
unreachable.func_type_info_t_spoiled_get(self)
Set Method:
unreachable.func_type_info_t_spoiled_set(self, spoiled)

stkargs

func_type_info_t_stkargs_get(self) -> uval_t

Get Method:
unreachable.func_type_info_t_stkargs_get(self)
Set Method:
unreachable.func_type_info_t_stkargs_set(self, stkargs)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

[an error occurred while processing this directive]