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

Proxy of C++ cnumber_t class.

Inheritance diagram for cnumber_t:

Public Member Functions

 __init__ (self, "int" _opnum=0)
 init(self, _opnum=0) -> cnumber_t
 
"uint64" value (self, "tinfo_t" type)
 value(self, type) -> uint64 Get value.
 
"void" assign (self, "uint64" v, "int" nbytes, "type_sign_t" sign)
 assign(self, v, nbytes, sign) Assign new value
 
"bool" __eq__ (self, "cnumber_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "cnumber_t" r)
 ne(self, r) -> bool
 
"bool" __lt__ (self, "cnumber_t" r)
 lt(self, r) -> bool
 
"bool" __gt__ (self, "cnumber_t" r)
 gt(self, r) -> bool
 
"bool" __le__ (self, "cnumber_t" r)
 le(self, r) -> bool
 
"bool" __ge__ (self, "cnumber_t" r)
 ge(self, r) -> bool
 
"int" compare (self, "cnumber_t" r)
 compare(self, r) -> int
 

Static Public Attributes

str nf = property(_ida_hexrays.cnumber_t_nf_get, _ida_hexrays.cnumber_t_nf_set, doc=)
 

Protected Member Functions

"void" _print (self, "tinfo_t" type, "citem_t" parent=None, "bool *" nice_stroff=None)
 _print(self, type, parent=None, nice_stroff=None)
 

Static Protected Attributes

str _value = property(_ida_hexrays.cnumber_t__value_get, _ida_hexrays.cnumber_t__value_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,
"int" _opnum = 0 )
Parameters
_opnumint

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"cnumber_t" r )
Parameters
rcnumber_t const &

◆ __ge__()

"bool" __ge__ ( self,
"cnumber_t" r )
Parameters
rcnumber_t const &

◆ __gt__()

"bool" __gt__ ( self,
"cnumber_t" r )
Parameters
rcnumber_t const &

◆ __le__()

"bool" __le__ ( self,
"cnumber_t" r )
Parameters
rcnumber_t const &

◆ __lt__()

"bool" __lt__ ( self,
"cnumber_t" r )
Parameters
rcnumber_t const &

◆ __ne__()

"bool" __ne__ ( self,
"cnumber_t" r )
Parameters
rcnumber_t const &

◆ _print()

"void" _print ( self,
"tinfo_t" type,
"citem_t" parent = None,
"bool *" nice_stroff = None )
protected

Parameters

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

◆ assign()

"void" assign ( self,
"uint64" v,
"int" nbytes,
"type_sign_t" sign )
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,
"cnumber_t" r )
Parameters
rcnumber_t const &

◆ value()

"uint64" value ( self,
"tinfo_t" type )

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

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

Member Data Documentation

◆ _value

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

◆ nf

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