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

Proxy of C++ cnumber_t class.

Inheritance diagram for cnumber_t:

Public Member Functions

 __init__ (self, *args)
 init(self, _opnum=0) -> cnumber_t
 
"uint64" value (self, *args)
 value(self, type) -> uint64 Get value.
 
"void" assign (self, *args)
 assign(self, v, nbytes, sign) Assign new value
 
"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
 

Protected Member Functions

"void" _print (self, *args)
 _print(self, type, parent=None, nice_stroff=None)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 _value = property(_ida_hexrays.cnumber_t__value_get, _ida_hexrays.cnumber_t__value_set, doc=)
 
 nf = property(_ida_hexrays.cnumber_t_nf_get, _ida_hexrays.cnumber_t_nf_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_opnumint

Member Function Documentation

◆ __eq__()

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

◆ __ge__()

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

◆ __gt__()

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

◆ __le__()

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

◆ __lt__()

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

◆ __ne__()

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

◆ _print()

"void" _print ( self,
* args )
protected

Parameters

type: tinfo_t const & parent: citem_t const * nice_stroff: bool *

◆ assign()

"void" assign ( self,
* args )
Parameters
v(C++: uint64) new value
nbytes(C++: int) size of the new value in bytes
sign(C++: type_sign_t) sign of the value

◆ compare()

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

◆ value()

"uint64" value ( self,
* args )

This function will properly extend the number sign to 64bits depending on the type sign.

Parameters
type(C++: const tinfo_t &) tinfo_t const &

Property Documentation

◆ _value

_value = property(_ida_hexrays.cnumber_t__value_get, _ida_hexrays.cnumber_t__value_set, doc=)
staticprotected

◆ nf

nf = property(_ida_hexrays.cnumber_t_nf_get, _ida_hexrays.cnumber_t_nf_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: