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

Public Member Functions

 __init__ (self, 'unsigned long long(&)[SREG_NUM]' data)
 
'size_t' __len__ (self)
 
'unsigned long long const &' __getitem__ (self, 'size_t' i)
 
None __setitem__ (self, 'size_t' i, 'unsigned long long const &' v)
 

Static Public Attributes

str data
 

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,
'unsigned long long (&)[SREG_NUM]' data )

Member Function Documentation

◆ __getitem__()

'unsigned long long const &' __getitem__ ( self,
'size_t' i )

◆ __len__()

'size_t' __len__ ( self)

◆ __setitem__()

None __setitem__ ( self,
'size_t' i,
'unsigned long long const &' 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
static
Initial value:
= property(_ida_segment.
segment_defsr_array_data_get)

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: