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

Proxy of C++ mnumber_t class.

Inheritance diagram for mnumber_t:
operand_locator_t

Public Member Functions

 __init__ (self, *args)
 init(self, v, _ea=BADADDR, n=0) -> mnumber_t
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 
"bool" __lt__ (self, *args)
 lt(self, r) -> bool
 
"bool" __gt__ (self, *args)
 gt(self, r) -> bool
 
"bool" __le__ (self, *args)
 le(self, r) -> bool
 
"bool" __ge__ (self, *args)
 ge(self, r) -> bool
 
"int" compare (self, *args)
 compare(self, r) -> int
 
"void" update_value (self, *args)
 update_value(self, val64)
 
- Public Member Functions inherited from operand_locator_t

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 value = property(_ida_hexrays.mnumber_t_value_get, _ida_hexrays.mnumber_t_value_set, doc=)
 
 org_value = property(_ida_hexrays.mnumber_t_org_value_get, _ida_hexrays.mnumber_t_org_value_set, doc=)
 
- Properties inherited from operand_locator_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 ea = property(_ida_hexrays.operand_locator_t_ea_get, _ida_hexrays.operand_locator_t_ea_set, doc=)
 
 opnum = property(_ida_hexrays.operand_locator_t_opnum_get, _ida_hexrays.operand_locator_t_opnum_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
vuint64
_eaea_t
nint

Reimplemented from operand_locator_t.

Member Function Documentation

◆ __eq__()

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

Reimplemented from operand_locator_t.

◆ __ge__()

"bool" __ge__ ( self,
* args )
Parameters
rmnumber_t const &

Reimplemented from operand_locator_t.

◆ __gt__()

"bool" __gt__ ( self,
* args )
Parameters
rmnumber_t const &

Reimplemented from operand_locator_t.

◆ __le__()

"bool" __le__ ( self,
* args )
Parameters
rmnumber_t const &

Reimplemented from operand_locator_t.

◆ __lt__()

"bool" __lt__ ( self,
* args )
Parameters
rmnumber_t const &

Reimplemented from operand_locator_t.

◆ __ne__()

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

Reimplemented from operand_locator_t.

◆ compare()

"int" compare ( self,
* args )
Parameters
rmnumber_t const &

Reimplemented from operand_locator_t.

◆ update_value()

"void" update_value ( self,
* args )
Parameters
val64uint64

Property Documentation

◆ org_value

org_value = property(_ida_hexrays.mnumber_t_org_value_get, _ida_hexrays.mnumber_t_org_value_set, doc=)
static

◆ thisown

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

◆ value

value = property(_ida_hexrays.mnumber_t_value_get, _ida_hexrays.mnumber_t_value_set, doc=)
static

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