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

Class funcarg_info_t

object --+
         |
        funcarg_info_t

Proxy of C++ funcarg_info_t class

Instance Methods
 
__del__(self)
funcarg_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
  argloc
funcarg_info_t_argloc_get(self) -> argloc_t
  fields
funcarg_info_t_fields_get(self) -> qtype
  name
funcarg_info_t_name_get(self)
  thisown
The membership flag
  type
funcarg_info_t_type_get(self) -> qtype

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

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

Returns: funcarg_info_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

argloc

funcarg_info_t_argloc_get(self) -> argloc_t

Get Method:
unreachable.funcarg_info_t_argloc_get(self)
Set Method:
unreachable.funcarg_info_t_argloc_set(self, argloc)

fields

funcarg_info_t_fields_get(self) -> qtype

Get Method:
unreachable.funcarg_info_t_fields_get(self)
Set Method:
unreachable.funcarg_info_t_fields_set(self, fields)

name

funcarg_info_t_name_get(self)

Get Method:
unreachable.funcarg_info_t_name_get(self)
Set Method:
unreachable.funcarg_info_t_name_set(self, name)

thisown

The membership flag

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

type

funcarg_info_t_type_get(self) -> qtype

Get Method:
unreachable.funcarg_info_t_type_get(self)
Set Method:
unreachable.funcarg_info_t_type_set(self, type)

[an error occurred while processing this directive]