Proxy of C++ refinfo_t class.
|
| "reftype_t" | type (self, *args) |
| | type(self) -> reftype_t
|
| |
| "bool" | is_target_optional (self, *args) |
| | is_target_optional(self) -> bool < is_reftype_target_optional()
|
| |
| "bool" | no_base_xref (self, *args) |
| | no_base_xref(self) -> bool
|
| |
| "bool" | is_pastend (self, *args) |
| | is_pastend(self) -> bool
|
| |
| "bool" | is_rvaoff (self, *args) |
| | is_rvaoff(self) -> bool
|
| |
| "bool" | is_custom (self, *args) |
| | is_custom(self) -> bool
|
| |
| "bool" | is_subtract (self, *args) |
| | is_subtract(self) -> bool
|
| |
| "bool" | is_signed (self, *args) |
| | is_signed(self) -> bool
|
| |
| "bool" | is_no_zeros (self, *args) |
| | is_no_zeros(self) -> bool
|
| |
| "bool" | is_no_ones (self, *args) |
| | is_no_ones(self) -> bool
|
| |
| "bool" | is_selfref (self, *args) |
| | is_selfref(self) -> bool
|
| |
| "void" | set_type (self, *args) |
| | set_type(self, rt)
|
| |
| "void" | init (self, *args) |
| | init(self, reft_and_flags, _base=0, _target=BADADDR, _tdelta=0)
|
| |
| | __init__ (self, *args) |
| | init(self) -> refinfo_t
|
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
| | target = property(_ida_nalt.refinfo_t_target_get, _ida_nalt.refinfo_t_target_set, doc=) |
| |
| | base = property(_ida_nalt.refinfo_t_base_get, _ida_nalt.refinfo_t_base_set, doc=) |
| |
| | tdelta = property(_ida_nalt.refinfo_t_tdelta_get, _ida_nalt.refinfo_t_tdelta_set, doc=) |
| |
| | flags = property(_ida_nalt.refinfo_t_flags_get, _ida_nalt.refinfo_t_flags_set, doc=) |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
◆ init()
| "void" init |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| reft_and_flags | uint32 |
| _base | ea_t |
| _target | ea_t |
| _tdelta | adiff_t |
◆ is_custom()
| "bool" is_custom |
( |
| self, |
|
|
* | args ) |
◆ is_no_ones()
| "bool" is_no_ones |
( |
| self, |
|
|
* | args ) |
◆ is_no_zeros()
| "bool" is_no_zeros |
( |
| self, |
|
|
* | args ) |
◆ is_pastend()
| "bool" is_pastend |
( |
| self, |
|
|
* | args ) |
◆ is_rvaoff()
| "bool" is_rvaoff |
( |
| self, |
|
|
* | args ) |
◆ is_selfref()
| "bool" is_selfref |
( |
| self, |
|
|
* | args ) |
◆ is_signed()
| "bool" is_signed |
( |
| self, |
|
|
* | args ) |
◆ is_subtract()
| "bool" is_subtract |
( |
| self, |
|
|
* | args ) |
◆ is_target_optional()
| "bool" is_target_optional |
( |
| self, |
|
|
* | args ) |
◆ no_base_xref()
| "bool" no_base_xref |
( |
| self, |
|
|
* | args ) |
◆ set_type()
| "void" set_type |
( |
| self, |
|
|
* | args ) |
◆ type()
| "reftype_t" type |
( |
| self, |
|
|
* | args ) |
◆ base
| base = property(_ida_nalt.refinfo_t_base_get, _ida_nalt.refinfo_t_base_set, doc=) |
|
static |
◆ flags
| flags = property(_ida_nalt.refinfo_t_flags_get, _ida_nalt.refinfo_t_flags_set, doc=) |
|
static |
◆ target
| target = property(_ida_nalt.refinfo_t_target_get, _ida_nalt.refinfo_t_target_set, doc=) |
|
static |
◆ tdelta
| tdelta = property(_ida_nalt.refinfo_t_tdelta_get, _ida_nalt.refinfo_t_tdelta_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: