IDAPython 9.0
Loading...
Searching...
No Matches
reg_info_t Class Reference

Proxy of C++ reg_info_t class.

Inheritance diagram for reg_info_t:

Public Member Functions

"bool" __eq__ (self, "reg_info_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "reg_info_t" r)
 ne(self, r) -> bool
 
"bool" __lt__ (self, "reg_info_t" r)
 lt(self, r) -> bool
 
"bool" __gt__ (self, "reg_info_t" r)
 gt(self, r) -> bool
 
"bool" __le__ (self, "reg_info_t" r)
 le(self, r) -> bool
 
"bool" __ge__ (self, "reg_info_t" r)
 ge(self, r) -> bool
 
"int" compare (self, "reg_info_t" r)
 compare(self, r) -> int
 
 __init__ (self)
 init(self) -> reg_info_t
 

Static Public Attributes

str reg = property(_ida_idp.reg_info_t_reg_get, _ida_idp.reg_info_t_reg_set, doc=)
 
str size = property(_ida_idp.reg_info_t_size_get, _ida_idp.reg_info_t_size_set, doc=)
 

Properties

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

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"reg_info_t" r )
Parameters
rreg_info_t const &

◆ __ge__()

"bool" __ge__ ( self,
"reg_info_t" r )
Parameters
rreg_info_t const &

◆ __gt__()

"bool" __gt__ ( self,
"reg_info_t" r )
Parameters
rreg_info_t const &

◆ __le__()

"bool" __le__ ( self,
"reg_info_t" r )
Parameters
rreg_info_t const &

◆ __lt__()

"bool" __lt__ ( self,
"reg_info_t" r )
Parameters
rreg_info_t const &

◆ __ne__()

"bool" __ne__ ( self,
"reg_info_t" r )
Parameters
rreg_info_t const &

◆ compare()

"int" compare ( self,
"reg_info_t" r )
Parameters
rreg_info_t const &

Member Data Documentation

◆ reg

str reg = property(_ida_idp.reg_info_t_reg_get, _ida_idp.reg_info_t_reg_set, doc=)
static

◆ size

str size = property(_ida_idp.reg_info_t_size_get, _ida_idp.reg_info_t_size_set, doc=)
static

Property Documentation

◆ 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: