IDAPython 9.0
Loading...
Searching...
No Matches
simd_info_t Class Reference

Proxy of C++ simd_info_t class.

Inheritance diagram for simd_info_t:

Public Member Functions

 __init__ (self, *args)
 init(self, nm=None, sz=0, memt=BTF_UNK) -> simd_info_t
 
"bool" match_pattern (self, "simd_info_t" pattern)
 match_pattern(self, pattern) -> bool
 

Static Public Attributes

str name = property(_ida_typeinf.simd_info_t_name_get, _ida_typeinf.simd_info_t_name_set, doc=)
 
str tif = property(_ida_typeinf.simd_info_t_tif_get, _ida_typeinf.simd_info_t_tif_set, doc=)
 
str size = property(_ida_typeinf.simd_info_t_size_get, _ida_typeinf.simd_info_t_size_set, doc=)
 
str memtype = property(_ida_typeinf.simd_info_t_memtype_get, _ida_typeinf.simd_info_t_memtype_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
nmchar const *
szuint16
memttype_t

Member Function Documentation

◆ match_pattern()

"bool" match_pattern ( self,
"simd_info_t" pattern )
Parameters
patternsimd_info_t const *

Member Data Documentation

◆ memtype

str memtype = property(_ida_typeinf.simd_info_t_memtype_get, _ida_typeinf.simd_info_t_memtype_set, doc=)
static

◆ name

str name = property(_ida_typeinf.simd_info_t_name_get, _ida_typeinf.simd_info_t_name_set, doc=)
static

◆ size

str size = property(_ida_typeinf.simd_info_t_size_get, _ida_typeinf.simd_info_t_size_set, doc=)
static

◆ tif

str tif = property(_ida_typeinf.simd_info_t_tif_get, _ida_typeinf.simd_info_t_tif_set, doc=)
static

Property Documentation

◆ thisown

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

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