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

Class struc_t

object --+
         |
        struc_t

Proxy of C++ struc_t class.

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bool
from_til(self)
int
get_alignment(self)
member_t
get_member(self, index)
bool
has_union(self)
bool
is_choosable(self)
bool
is_frame(self)
bool
is_ghost(self)
bool
is_hidden(self)
bool
is_union(self)
bool
is_varstr(self)
 
set_alignment(self, shift)
 
set_ghost(self, _is_ghost)

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

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

Inherited from object: __class__

Method Details

__init__(self, *args, **kwargs)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

age

struc_t_age_get(self) -> ushort

Get Method:
unreachable.struc_t_age_get(self)
Set Method:
unreachable.struc_t_age_set(self, age)

id

struc_t_id_get(self) -> tid_t

Get Method:
unreachable.struc_t_id_get(self)
Set Method:
unreachable.struc_t_id_set(self, id)

members

struc_t_members_get(self) -> member_t

Get Method:
unreachable.struc_t_members_get(self)
Set Method:
unreachable.struc_t_members_set(self, members)

memqty

struc_t_memqty_get(self) -> uint32

Get Method:
unreachable.struc_t_memqty_get(self)
Set Method:
unreachable.struc_t_memqty_set(self, memqty)

ordinal

struc_t_ordinal_get(self) -> int32

Get Method:
unreachable.struc_t_ordinal_get(self)
Set Method:
unreachable.struc_t_ordinal_set(self, ordinal)

props

struc_t_props_get(self) -> uint32

Get Method:
unreachable.struc_t_props_get(self)
Set Method:
unreachable.struc_t_props_set(self, props)

thisown

The membership flag

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