IDAPython 8.4
Loading...
Searching...
No Matches
reg_access_t Class Reference

Proxy of C++ reg_access_t class.

Inheritance diagram for reg_access_t:

Public Member Functions

"bool" have_common_bits (self, *args)
 have_common_bits(self, r) -> bool
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 
 __init__ (self, *args)
 init(self) -> reg_access_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 regnum = property(_ida_idp.reg_access_t_regnum_get, _ida_idp.reg_access_t_regnum_set, doc=)
 
 range = property(_ida_idp.reg_access_t_range_get, _ida_idp.reg_access_t_range_set, doc=)
 
 access_type = property(_ida_idp.reg_access_t_access_type_get, _ida_idp.reg_access_t_access_type_set, doc=)
 
 opnum = property(_ida_idp.reg_access_t_opnum_get, _ida_idp.reg_access_t_opnum_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
rreg_access_t const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
rreg_access_t const &

◆ have_common_bits()

"bool" have_common_bits ( self,
* args )
Parameters
rreg_access_t const &

Property Documentation

◆ access_type

access_type = property(_ida_idp.reg_access_t_access_type_get, _ida_idp.reg_access_t_access_type_set, doc=)
static

◆ opnum

opnum = property(_ida_idp.reg_access_t_opnum_get, _ida_idp.reg_access_t_opnum_set, doc=)
static

◆ range

range = property(_ida_idp.reg_access_t_range_get, _ida_idp.reg_access_t_range_set, doc=)
static

◆ regnum

regnum = property(_ida_idp.reg_access_t_regnum_get, _ida_idp.reg_access_t_regnum_set, doc=)
static

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

The documentation for this class was generated from the following file: