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

Class member_t

object --+
         |
        member_t

Proxy of C++ member_t class.

Instance Methods
member_t
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bool
by_til(self)
ea_t
get_soff(self)
bool
has_ti(self)
bool
has_union(self)
bool
is_baseclass(self)
bool
is_destructor(self)
bool
is_dupname(self)
bool
unimem(self)

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

Properties
  eoff
member_t_eoff_get(self) -> ea_t
  flag
member_t_flag_get(self) -> flags_t
  id
member_t_id_get(self) -> tid_t
  props
member_t_props_get(self) -> uint32
  soff
member_t_soff_get(self) -> ea_t
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

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

Returns: member_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

eoff

member_t_eoff_get(self) -> ea_t

Get Method:
unreachable.member_t_eoff_get(self)
Set Method:
unreachable.member_t_eoff_set(self, eoff)

flag

member_t_flag_get(self) -> flags_t

Get Method:
unreachable.member_t_flag_get(self)
Set Method:
unreachable.member_t_flag_set(self, flag)

id

member_t_id_get(self) -> tid_t

Get Method:
unreachable.member_t_id_get(self)
Set Method:
unreachable.member_t_id_set(self, id)

props

member_t_props_get(self) -> uint32

Get Method:
unreachable.member_t_props_get(self)
Set Method:
unreachable.member_t_props_set(self, props)

soff

member_t_soff_get(self) -> ea_t

Get Method:
unreachable.member_t_soff_get(self)
Set Method:
unreachable.member_t_soff_set(self, soff)

thisown

The membership flag

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