|
"bool" | empty (self) |
| empty(self) -> bool
|
|
"bool" | is_bitfield (self) |
| is_bitfield(self) -> bool
|
|
"bool" | is_zero_bitfield (self) |
| is_zero_bitfield(self) -> bool
|
|
"bool" | is_unaligned (self) |
| is_unaligned(self) -> bool
|
|
"bool" | is_baseclass (self) |
| is_baseclass(self) -> bool
|
|
"bool" | is_virtbase (self) |
| is_virtbase(self) -> bool
|
|
"bool" | is_vftable (self) |
| is_vftable(self) -> bool
|
|
"bool" | is_method (self) |
| is_method(self) -> bool
|
|
"bool" | is_gap (self) |
| is_gap(self) -> bool
|
|
"bool" | is_regcmt (self) |
| is_regcmt(self) -> bool
|
|
"bool" | is_retaddr (self) |
| is_retaddr(self) -> bool
|
|
"bool" | is_savregs (self) |
| is_savregs(self) -> bool
|
|
"bool" | is_special_member (self) |
| is_special_member(self) -> bool
|
|
"bool" | is_by_til (self) |
| is_by_til(self) -> bool
|
|
"void" | set_unaligned (self, "bool" on=True) |
| set_unaligned(self, on=True)
|
|
"void" | set_baseclass (self, "bool" on=True) |
| set_baseclass(self, on=True)
|
|
"void" | set_virtbase (self, "bool" on=True) |
| set_virtbase(self, on=True)
|
|
"void" | set_vftable (self, "bool" on=True) |
| set_vftable(self, on=True)
|
|
"void" | set_method (self, "bool" on=True) |
| set_method(self, on=True)
|
|
"void" | set_regcmt (self, "bool" on=True) |
| set_regcmt(self, on=True)
|
|
"void" | set_retaddr (self, "bool" on=True) |
| set_retaddr(self, on=True)
|
|
"void" | set_savregs (self, "bool" on=True) |
| set_savregs(self, on=True)
|
|
"void" | set_by_til (self, "bool" on=True) |
| set_by_til(self, on=True)
|
|
"void" | clr_unaligned (self) |
| clr_unaligned(self)
|
|
"void" | clr_baseclass (self) |
| clr_baseclass(self)
|
|
"void" | clr_virtbase (self) |
| clr_virtbase(self)
|
|
"void" | clr_vftable (self) |
| clr_vftable(self)
|
|
"void" | clr_method (self) |
| clr_method(self)
|
|
"uint64" | begin (self) |
| begin(self) -> uint64
|
|
"uint64" | end (self) |
| end(self) -> uint64
|
|
"bool" | __lt__ (self, "udm_t" r) |
| lt(self, r) -> bool
|
|
"bool" | __eq__ (self, "udm_t" r) |
| eq(self, r) -> bool
|
|
"bool" | __ne__ (self, "udm_t" r) |
| ne(self, r) -> bool
|
|
"void" | swap (self, "udm_t" r) |
| swap(self, r)
|
|
"bool" | is_anonymous_udm (self) |
| is_anonymous_udm(self) -> bool
|
|
"bool" | make_gap (self, "uval_t" byteoff, "uval_t" nbytes) |
| make_gap(self, byteoff, nbytes) -> bool
|
|
"void" | set_value_repr (self, "value_repr_t" r) |
| set_value_repr(self, r)
|
|
"bool" | can_be_dtor (self) |
| can_be_dtor(self) -> bool
|
|
"bool" | can_rename (self) |
| can_rename(self) -> bool
|
|
| __init__ (self, *args) |
| Create a structure/union member, with the specified name and type.
|
|
|
str | offset = property(_ida_typeinf.udm_t_offset_get, _ida_typeinf.udm_t_offset_set, doc=) |
|
str | size = property(_ida_typeinf.udm_t_size_get, _ida_typeinf.udm_t_size_set, doc=) |
|
str | name = property(_ida_typeinf.udm_t_name_get, _ida_typeinf.udm_t_name_set, doc=) |
|
str | cmt = property(_ida_typeinf.udm_t_cmt_get, _ida_typeinf.udm_t_cmt_set, doc=) |
|
str | type = property(_ida_typeinf.udm_t_type_get, _ida_typeinf.udm_t_type_set, doc=) |
|
str | repr = property(_ida_typeinf.udm_t_repr_get, _ida_typeinf.udm_t_repr_set, doc=!) |
|
str | effalign = property(_ida_typeinf.udm_t_effalign_get, _ida_typeinf.udm_t_effalign_set, doc=) |
|
str | tafld_bits = property(_ida_typeinf.udm_t_tafld_bits_get, _ida_typeinf.udm_t_tafld_bits_set, doc=) |
|
str | fda = property(_ida_typeinf.udm_t_fda_get, _ida_typeinf.udm_t_fda_set, doc=) |
|