IDAPython 9.0
Loading...
Searching...
No Matches
dyn_regarg_array Class Reference
Inheritance diagram for dyn_regarg_array:

Public Member Functions

 __init__ (self, 'regarg_t' _data, 'size_t' _count)
 
'size_t' __len__ (self)
 
'regarg_t const &' __getitem__ (self, 'size_t' i)
 
None __setitem__ (self, 'size_t' i, 'regarg_t' v)
 

Static Public Attributes

str data = property(_ida_funcs.dyn_regarg_array_data_get)
 
str count = property(_ida_funcs.dyn_regarg_array_count_get)
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
'regarg_t' _data,
'size_t' _count )

Member Function Documentation

◆ __getitem__()

'regarg_t const &' __getitem__ ( self,
'size_t' i )

◆ __len__()

'size_t' __len__ ( self)

◆ __setitem__()

None __setitem__ ( self,
'size_t' i,
'regarg_t' v )

Member Data Documentation

◆ count

str count = property(_ida_funcs.dyn_regarg_array_count_get)
static

◆ data

str data = property(_ida_funcs.dyn_regarg_array_data_get)
static

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

The documentation for this class was generated from the following file: