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

Proxy of C++ dynamic_wrapped_array_t< ea_t > class.

Inheritance diagram for dyn_ea_array:

Public Member Functions

 __init__ (self, "unsigned long long *" _data, "size_t" _count)
 init(self, _data, _count) -> dyn_ea_array
 
"size_t" __len__ (self)
 len(self) -> size_t
 
"unsigned long long const &" __getitem__ (self, "size_t" i)
 getitem(self, i) -> unsigned long long const &
 
"void" __setitem__ (self, "size_t" i, "unsigned long long const &" v)
 setitem(self, i, v)
 

Static Public Attributes

str data = property(_ida_funcs.dyn_ea_array_data_get, doc=)
 
str count = property(_ida_funcs.dyn_ea_array_count_get, 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,
"unsigned long long *" _data,
"size_t" _count )
Parameters
_dataunsigned long long *
_countsize_t

Member Function Documentation

◆ __getitem__()

"unsigned long long const &" __getitem__ ( self,
"size_t" i )
Parameters
isize_t

◆ __len__()

"size_t" __len__ ( self)

◆ __setitem__()

"void" __setitem__ ( self,
"size_t" i,
"unsigned long long const &" v )
Parameters
isize_t
vunsigned long long const &

Member Data Documentation

◆ count

str count = property(_ida_funcs.dyn_ea_array_count_get, doc=)
static

◆ data

str data = property(_ida_funcs.dyn_ea_array_data_get, 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: