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

Proxy of C++ fnumber_t class.

Inheritance diagram for fnumber_t:

Public Member Functions

"uint16 *" dereference_uint16 (self, *args)
 dereference_uint16(self) -> uint16 *
 
"uint16 const *" dereference_const_uint16 (self, *args)
 dereference_const_uint16(self) -> uint16 const *
 
"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
 
 __init__ (self, *args)
 init(self) -> fnumber_t
 

Protected Member Functions

"void" _print (self, *args)
 _print(self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 fnum = property(_ida_hexrays.fnumber_t_fnum_get, _ida_hexrays.fnumber_t_fnum_set, doc=)
 
 nbytes = property(_ida_hexrays.fnumber_t_nbytes_get, _ida_hexrays.fnumber_t_nbytes_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __eq__()

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

◆ __ge__()

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

◆ __gt__()

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

◆ __le__()

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

◆ __lt__()

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

◆ __ne__()

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

◆ _print()

"void" _print ( self,
* args )
protected

◆ compare()

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

◆ dereference_const_uint16()

"uint16 const *" dereference_const_uint16 ( self,
* args )

◆ dereference_uint16()

"uint16 *" dereference_uint16 ( self,
* args )

Property Documentation

◆ fnum

fnum = property(_ida_hexrays.fnumber_t_fnum_get, _ida_hexrays.fnumber_t_fnum_set, doc=)
static

◆ nbytes

nbytes = property(_ida_hexrays.fnumber_t_nbytes_get, _ida_hexrays.fnumber_t_nbytes_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: