Proxy of C++ dynamic_wrapped_array_t< ea_t > class.
|
| __init__ (self, *args) |
| init(self, _data, _count) -> dyn_ea_array
|
|
"size_t" | __len__ (self, *args) |
| len(self) -> size_t
|
|
"unsigned long long const &" | __getitem__ (self, *args) |
| getitem(self, i) -> unsigned long long const &
|
|
"void" | __setitem__ (self, *args) |
| setitem(self, i, v)
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| data = property(_ida_funcs.dyn_ea_array_data_get, doc=) |
|
| count = property(_ida_funcs.dyn_ea_array_count_get, doc=) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
_data | unsigned long long * |
_count | size_t |
◆ __getitem__()
"unsigned long long const &" __getitem__ |
( |
| self, |
|
|
* | args ) |
◆ __len__()
"size_t" __len__ |
( |
| self, |
|
|
* | args ) |
◆ __setitem__()
"void" __setitem__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
i | size_t |
v | unsigned long long const & |
◆ count
count = property(_ida_funcs.dyn_ea_array_count_get, doc=) |
|
static |
◆ data
data = property(_ida_funcs.dyn_ea_array_data_get, 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: