|
| __init__ (self, 'uchar' _nbytes=0, 'uchar' _width=0, bool _is_unsigned=False) |
|
bool | __eq__ (self, 'bitfield_type_data_t' r) |
|
bool | __ne__ (self, 'bitfield_type_data_t' r) |
|
bool | __lt__ (self, 'bitfield_type_data_t' r) |
|
bool | __gt__ (self, 'bitfield_type_data_t' r) |
|
bool | __le__ (self, 'bitfield_type_data_t' r) |
|
bool | __ge__ (self, 'bitfield_type_data_t' r) |
|
int | compare (self, 'bitfield_type_data_t' r) |
|
None | swap (self, 'bitfield_type_data_t' r) |
|
bool | is_valid_bitfield (self) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
'uchar' | _nbytes = 0, |
|
|
'uchar' | _width = 0, |
|
|
bool | _is_unsigned = False ) |
◆ __eq__()
◆ __ge__()
◆ __gt__()
◆ __le__()
◆ __lt__()
◆ __ne__()
◆ compare()
◆ is_valid_bitfield()
bool is_valid_bitfield |
( |
| self | ) |
|
◆ swap()
◆ is_unsigned
Initial value:= property(_ida_typeinf.
bitfield_type_data_t_is_unsigned_get, _ida_typeinf.
bitfield_type_data_t_is_unsigned_set)
◆ nbytes
Initial value:= property(_ida_typeinf.bitfield_type_data_t_nbytes_get,
_ida_typeinf.bitfield_type_data_t_nbytes_set)
◆ width
Initial value:= property(_ida_typeinf.bitfield_type_data_t_width_get,
_ida_typeinf.bitfield_type_data_t_width_set)
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: