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

Public Member Functions

 __init__ (self, 'op_t(&)[8]' data)
 
'size_t' __len__ (self)
 
'op_t const &' __getitem__ (self, 'size_t' i)
 
None __setitem__ (self, 'size_t' i, 'op_t' v)
 

Static Public Attributes

str data = property(_ida_ua.operands_array_data_get)
 

Protected Member Functions

'bytevec_t' _get_bytes (self)
 
None _set_bytes (self, 'bytevec_t const &' bts)
 

Properties

 thisown
 
 bytes = property(_get_bytes, _set_bytes)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
'op_t (&)[8]' data )

Member Function Documentation

◆ __getitem__()

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

◆ __len__()

'size_t' __len__ ( self)

◆ __setitem__()

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

◆ _get_bytes()

'bytevec_t' _get_bytes ( self)
protected

◆ _set_bytes()

None _set_bytes ( self,
'bytevec_t const &' bts )
protected

Member Data Documentation

◆ data

str data = property(_ida_ua.operands_array_data_get)
static

Property Documentation

◆ bytes

bytes = property(_get_bytes, _set_bytes)
static

◆ 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: