IDAPython 9.0
Loading...
Searching...
No Matches
bitfield_type_data_t Class Reference
Inheritance diagram for bitfield_type_data_t:

Public Member Functions

 __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)
 

Static Public Attributes

str nbytes
 
str width
 
str is_unsigned
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
'uchar' _nbytes = 0,
'uchar' _width = 0,
bool _is_unsigned = False )

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'bitfield_type_data_t' r )

◆ __ge__()

bool __ge__ ( self,
'bitfield_type_data_t' r )

◆ __gt__()

bool __gt__ ( self,
'bitfield_type_data_t' r )

◆ __le__()

bool __le__ ( self,
'bitfield_type_data_t' r )

◆ __lt__()

bool __lt__ ( self,
'bitfield_type_data_t' r )

◆ __ne__()

bool __ne__ ( self,
'bitfield_type_data_t' r )

◆ compare()

int compare ( self,
'bitfield_type_data_t' r )

◆ is_valid_bitfield()

bool is_valid_bitfield ( self)

◆ swap()

None swap ( self,
'bitfield_type_data_t' r )

Member Data Documentation

◆ is_unsigned

str is_unsigned
static
Initial value:
= property(_ida_typeinf.
bitfield_type_data_t_is_unsigned_get, _ida_typeinf.
bitfield_type_data_t_is_unsigned_set)

◆ nbytes

str nbytes
static
Initial value:
= property(_ida_typeinf.bitfield_type_data_t_nbytes_get,
_ida_typeinf.bitfield_type_data_t_nbytes_set)

◆ width

str width
static
Initial value:
= property(_ida_typeinf.bitfield_type_data_t_width_get,
_ida_typeinf.bitfield_type_data_t_width_set)

Property Documentation

◆ thisown

thisown
static
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: