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

Public Member Functions

 __init__ (self, 'size_t' b=0, 'size_t' n=0)
 
None swap (self, 'array_type_data_t' r)
 

Static Public Attributes

str elem_type
 
str base
 
str nelems
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
'size_t' b = 0,
'size_t' n = 0 )

Member Function Documentation

◆ swap()

None swap ( self,
'array_type_data_t' r )
set this = r and r = this

Member Data Documentation

◆ base

str base
static
Initial value:
= property(_ida_typeinf.array_type_data_t_base_get,
_ida_typeinf.array_type_data_t_base_set)

◆ elem_type

str elem_type
static
Initial value:
= property(_ida_typeinf.
array_type_data_t_elem_type_get, _ida_typeinf.
array_type_data_t_elem_type_set)

◆ nelems

str nelems
static
Initial value:
= property(_ida_typeinf.array_type_data_t_nelems_get,
_ida_typeinf.array_type_data_t_nelems_set)

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: