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

Proxy of C++ register_info_t class.

Inheritance diagram for register_info_t:

Public Member Functions

 __init__ (self)
 init(self) -> register_info_t
 

Static Public Attributes

str name = property(_ida_idd.register_info_t_name_get, _ida_idd.register_info_t_name_set, doc=)
 
str flags = property(_ida_idd.register_info_t_flags_get, _ida_idd.register_info_t_flags_set, doc=)
 
str register_class = property(_ida_idd.register_info_t_register_class_get, _ida_idd.register_info_t_register_class_set, doc=)
 
str dtype = property(_ida_idd.register_info_t_dtype_get, _ida_idd.register_info_t_dtype_set, doc=)
 
str default_bit_strings_mask = property(_ida_idd.register_info_t_default_bit_strings_mask_get, _ida_idd.register_info_t_default_bit_strings_mask_set, doc=)
 

Properties

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

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Data Documentation

◆ default_bit_strings_mask

str default_bit_strings_mask = property(_ida_idd.register_info_t_default_bit_strings_mask_get, _ida_idd.register_info_t_default_bit_strings_mask_set, doc=)
static

◆ dtype

str dtype = property(_ida_idd.register_info_t_dtype_get, _ida_idd.register_info_t_dtype_set, doc=)
static

◆ flags

str flags = property(_ida_idd.register_info_t_flags_get, _ida_idd.register_info_t_flags_set, doc=)
static

◆ name

str name = property(_ida_idd.register_info_t_name_get, _ida_idd.register_info_t_name_set, doc=)
static

◆ register_class

str register_class = property(_ida_idd.register_info_t_register_class_get, _ida_idd.register_info_t_register_class_set, doc=)
static

Property Documentation

◆ bit_strings

bit_strings = property(__get_bit_strings)
static

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