Module ida_ua :: Class operands_array
[frames] | no frames]

Class operands_array

object --+
         |
        operands_array

Proxy of C++ wrapped_array_t< op_t,8 > class.

Instance Methods
op_t
__getitem__(self, i)
operands_array
__init__(self, data)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__iter__(self)
Helper function, to be set as __iter__ method for qvector-, or array-based classes.
size_t
__len__(self)
 
__repr__(self)
repr(x)
 
__setitem__(self, i, v)
 
__swig_destroy__(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  data
operands_array_data_get(self) -> op_t (&)[8]
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self, data)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: operands_array
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

data

operands_array_data_get(self) -> op_t (&)[8]

Get Method:
unreachable.operands_array_data_get(self)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)