|
"bool" | is_bitfield (self, *args) |
| is_bitfield(self) -> bool
|
|
"bool" | is_zero_bitfield (self, *args) |
| is_zero_bitfield(self) -> bool
|
|
"bool" | is_unaligned (self, *args) |
| is_unaligned(self) -> bool
|
|
"bool" | is_baseclass (self, *args) |
| is_baseclass(self) -> bool
|
|
"bool" | is_virtbase (self, *args) |
| is_virtbase(self) -> bool
|
|
"bool" | is_vftable (self, *args) |
| is_vftable(self) -> bool
|
|
"bool" | is_method (self, *args) |
| is_method(self) -> bool
|
|
"bool" | is_gap (self, *args) |
| is_gap(self) -> bool
|
|
"bool" | is_regcmt (self, *args) |
| is_regcmt(self) -> bool
|
|
"void" | set_unaligned (self, *args) |
| set_unaligned(self, on=True)
|
|
"void" | set_baseclass (self, *args) |
| set_baseclass(self, on=True)
|
|
"void" | set_virtbase (self, *args) |
| set_virtbase(self, on=True)
|
|
"void" | set_vftable (self, *args) |
| set_vftable(self, on=True)
|
|
"void" | set_method (self, *args) |
| set_method(self, on=True)
|
|
"void" | set_regcmt (self, *args) |
| set_regcmt(self, on=True)
|
|
"void" | clr_unaligned (self, *args) |
| clr_unaligned(self)
|
|
"void" | clr_baseclass (self, *args) |
| clr_baseclass(self)
|
|
"void" | clr_virtbase (self, *args) |
| clr_virtbase(self)
|
|
"void" | clr_vftable (self, *args) |
| clr_vftable(self)
|
|
"void" | clr_method (self, *args) |
| clr_method(self)
|
|
"uint64" | begin (self, *args) |
| begin(self) -> uint64
|
|
"uint64" | end (self, *args) |
| end(self) -> uint64
|
|
"bool" | __lt__ (self, *args) |
| lt(self, r) -> bool
|
|
"bool" | __eq__ (self, *args) |
| eq(self, r) -> bool
|
|
"bool" | __ne__ (self, *args) |
| ne(self, r) -> bool
|
|
"void" | swap (self, *args) |
| swap(self, r)
|
|
"bool" | is_anonymous_udm (self, *args) |
| is_anonymous_udm(self) -> bool
|
|
"bool" | make_gap (self, *args) |
| make_gap(self, byteoff, nbytes) -> bool
|
|
"void" | set_value_repr (self, *args) |
| set_value_repr(self, r)
|
|
"bool" | can_be_dtor (self, *args) |
| can_be_dtor(self) -> bool
|
|
"bool" | can_rename (self, *args) |
| can_rename(self) -> bool
|
|
| __init__ (self, *args) |
| init(self) -> udm_t
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| offset = property(_ida_typeinf.udm_t_offset_get, _ida_typeinf.udm_t_offset_set, doc=) |
|
| size = property(_ida_typeinf.udm_t_size_get, _ida_typeinf.udm_t_size_set, doc=) |
|
| name = property(_ida_typeinf.udm_t_name_get, _ida_typeinf.udm_t_name_set, doc=) |
|
| cmt = property(_ida_typeinf.udm_t_cmt_get, _ida_typeinf.udm_t_cmt_set, doc=) |
|
| type = property(_ida_typeinf.udm_t_type_get, _ida_typeinf.udm_t_type_set, doc=) |
|
| repr = property(_ida_typeinf.udm_t_repr_get, _ida_typeinf.udm_t_repr_set, doc=!) |
|
| effalign = property(_ida_typeinf.udm_t_effalign_get, _ida_typeinf.udm_t_effalign_set, doc=) |
|
| tafld_bits = property(_ida_typeinf.udm_t_tafld_bits_get, _ida_typeinf.udm_t_tafld_bits_set, doc=) |
|
| fda = property(_ida_typeinf.udm_t_fda_get, _ida_typeinf.udm_t_fda_set, doc=) |
|