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

Public Member Functions

bool have_common_bits (self, 'reg_access_t' r)
 
bool __eq__ (self, 'reg_access_t' r)
 
bool __ne__ (self, 'reg_access_t' r)
 
 __init__ (self)
 

Static Public Attributes

str regnum
 
str range
 
str access_type
 
str opnum
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'reg_access_t' r )

◆ __ne__()

bool __ne__ ( self,
'reg_access_t' r )

◆ have_common_bits()

bool have_common_bits ( self,
'reg_access_t' r )

Member Data Documentation

◆ access_type

str access_type
static
Initial value:
= property(_ida_idp.
reg_access_t_access_type_get, _ida_idp.reg_access_t_access_type_set)

◆ opnum

str opnum
static
Initial value:
= property(_ida_idp.reg_access_t_opnum_get, _ida_idp.
reg_access_t_opnum_set)

◆ range

str range
static
Initial value:
= property(_ida_idp.reg_access_t_range_get,
_ida_idp.reg_access_t_range_set)

◆ regnum

str regnum
static
Initial value:
= property(_ida_idp.reg_access_t_regnum_get, _ida_idp.
reg_access_t_regnum_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: