Proxy of C++ memory_info_t class.
|
| "bool" | __eq__ (self, "memory_info_t" r) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, "memory_info_t" r) |
| | ne(self, r) -> bool
|
| |
| | __init__ (self) |
| | init(self) -> memory_info_t
|
| |
| "bool" | __lt__ (self, "range_t" r) |
| | lt(self, r) -> bool
|
| |
| "bool" | __gt__ (self, "range_t" r) |
| | gt(self, r) -> bool
|
| |
| "bool" | __le__ (self, "range_t" r) |
| | le(self, r) -> bool
|
| |
| "bool" | __ge__ (self, "range_t" r) |
| | ge(self, r) -> bool
|
| |
| "int" | compare (self, "range_t" r) |
| | compare(self, r) -> int
|
| |
| "bool" | contains (self, *args) |
| | contains(self, ea) -> bool Is every ea in 'r' also in this range_t?
|
| |
| "bool" | overlaps (self, "range_t" r) |
| | overlaps(self, r) -> bool Is there an ea in 'r' that is also in this range_t?
|
| |
| "void" | clear (self) |
| | clear(self) Set start_ea, end_ea to 0.
|
| |
| "bool" | empty (self) |
| | empty(self) -> bool Is the size of the range_t <= 0?
|
| |
| "asize_t" | size (self) |
| | size(self) -> asize_t Get end_ea - start_ea.
|
| |
| "void" | intersect (self, "range_t" r) |
| | intersect(self, r) Assign the range_t to the intersection between the range_t and 'r'.
|
| |
| "void" | extend (self, "ea_t" ea) |
| | extend(self, ea) Ensure that the range_t includes 'ea'.
|
| |
|
| str | name = property(_ida_idd.memory_info_t_name_get, _ida_idd.memory_info_t_name_set, doc=) |
| |
| str | sclass = property(_ida_idd.memory_info_t_sclass_get, _ida_idd.memory_info_t_sclass_set, doc=) |
| |
| str | sbase = property(_ida_idd.memory_info_t_sbase_get, _ida_idd.memory_info_t_sbase_set, doc=) |
| |
| str | bitness = property(_ida_idd.memory_info_t_bitness_get, _ida_idd.memory_info_t_bitness_set, doc=) |
| |
| str | perm = property(_ida_idd.memory_info_t_perm_get, _ida_idd.memory_info_t_perm_set, doc=) |
| |
| str | start_ea = property(_ida_range.range_t_start_ea_get, _ida_range.range_t_start_ea_set, doc=) |
| |
| str | end_ea = property(_ida_range.range_t_end_ea_get, _ida_range.range_t_end_ea_set, doc=) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
|
| "size_t" | _print (self, *args) |
| | _print(self) -> size_t
|
| |
◆ __init__()
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
"memory_info_t" | r ) |
- Parameters
-
Reimplemented from range_t.
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
"memory_info_t" | r ) |
- Parameters
-
Reimplemented from range_t.
◆ bitness
| str bitness = property(_ida_idd.memory_info_t_bitness_get, _ida_idd.memory_info_t_bitness_set, doc=) |
|
static |
◆ name
| str name = property(_ida_idd.memory_info_t_name_get, _ida_idd.memory_info_t_name_set, doc=) |
|
static |
◆ perm
| str perm = property(_ida_idd.memory_info_t_perm_get, _ida_idd.memory_info_t_perm_set, doc=) |
|
static |
◆ sbase
| str sbase = property(_ida_idd.memory_info_t_sbase_get, _ida_idd.memory_info_t_sbase_set, doc=) |
|
static |
◆ sclass
| str sclass = property(_ida_idd.memory_info_t_sclass_get, _ida_idd.memory_info_t_sclass_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: