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

Class struc_t

object --+
         |
        struc_t

Proxy of C++ struc_t class

Instance Methods
 
__repr__(self)
repr(x)
bool
is_varstr(self)
bool
is_union(self)
bool
has_union(self)
bool
is_choosable(self)
bool
from_til(self)
bool
is_hidden(self)
 
get_member(*args)
get_member(self, int index) -> member_t
struc_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__swig_destroy__(...)
delete_struc_t(struc_t self)
 
__del__(self)

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

Properties
  thisown
The membership flag
  id
struc_t_id_get(struc_t self) -> tid_t
  memqty
struc_t_memqty_get(struc_t self) -> size_t
  members
struc_t_members_get(struc_t self) -> member_t
  age
struc_t_age_get(struc_t self) -> ushort
  props
struc_t_props_get(struc_t self) -> uint32
  ordinal
struc_t_ordinal_get(struc_t self) -> int32

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

Property Details

thisown

The membership flag

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

id

struc_t_id_get(struc_t self) -> tid_t

Get Method:
unreachable.struc_t_id_get(...) - struc_t_id_get(struc_t self) -> tid_t
Set Method:
unreachable.struc_t_id_set(...) - struc_t_id_set(struc_t self, tid_t id)

memqty

struc_t_memqty_get(struc_t self) -> size_t

Get Method:
unreachable.struc_t_memqty_get(...) - struc_t_memqty_get(struc_t self) -> size_t
Set Method:
unreachable.struc_t_memqty_set(...) - struc_t_memqty_set(struc_t self, size_t memqty)

members

struc_t_members_get(struc_t self) -> member_t

Get Method:
unreachable.struc_t_members_get(...) - struc_t_members_get(struc_t self) -> member_t
Set Method:
unreachable.struc_t_members_set(...) - struc_t_members_set(struc_t self, member_t members)

age

struc_t_age_get(struc_t self) -> ushort

Get Method:
unreachable.struc_t_age_get(...) - struc_t_age_get(struc_t self) -> ushort
Set Method:
unreachable.struc_t_age_set(...) - struc_t_age_set(struc_t self, ushort age)

props

struc_t_props_get(struc_t self) -> uint32

Get Method:
unreachable.struc_t_props_get(...) - struc_t_props_get(struc_t self) -> uint32
Set Method:
unreachable.struc_t_props_set(...) - struc_t_props_set(struc_t self, uint32 props)

ordinal

struc_t_ordinal_get(struc_t self) -> int32

Get Method:
unreachable.struc_t_ordinal_get(...) - struc_t_ordinal_get(struc_t self) -> int32
Set Method:
unreachable.struc_t_ordinal_set(...) - struc_t_ordinal_set(struc_t self, int32 ordinal)