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

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

Properties
  thisown
The membership flag
  argloc
funcarg_info_t_argloc_get(funcarg_info_t self) -> argloc_t
  name
funcarg_info_t_name_get(funcarg_info_t self) -> qstring
  type
funcarg_info_t_type_get(funcarg_info_t self) -> qtype
  fields
funcarg_info_t_fields_get(funcarg_info_t self) -> qtype

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: funcarg_info_t
Overrides: object.__init__

Property Details

thisown

The membership flag

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

argloc

funcarg_info_t_argloc_get(funcarg_info_t self) -> argloc_t

Get Method:
unreachable.funcarg_info_t_argloc_get(...) - funcarg_info_t_argloc_get(funcarg_info_t self) -> argloc_t
Set Method:
unreachable.funcarg_info_t_argloc_set(...) - funcarg_info_t_argloc_set(funcarg_info_t self, argloc_t argloc)

name

funcarg_info_t_name_get(funcarg_info_t self) -> qstring

Get Method:
unreachable.funcarg_info_t_name_get(...) - funcarg_info_t_name_get(funcarg_info_t self) -> qstring
Set Method:
unreachable.funcarg_info_t_name_set(...) - funcarg_info_t_name_set(funcarg_info_t self, qstring name)

type

funcarg_info_t_type_get(funcarg_info_t self) -> qtype

Get Method:
unreachable.funcarg_info_t_type_get(...) - funcarg_info_t_type_get(funcarg_info_t self) -> qtype
Set Method:
unreachable.funcarg_info_t_type_set(...) - funcarg_info_t_type_set(funcarg_info_t self, qtype type)

fields

funcarg_info_t_fields_get(funcarg_info_t self) -> qtype

Get Method:
unreachable.funcarg_info_t_fields_get(...) - funcarg_info_t_fields_get(funcarg_info_t self) -> qtype
Set Method:
unreachable.funcarg_info_t_fields_set(...) - funcarg_info_t_fields_set(funcarg_info_t self, qtype fields)