IDAPython 8.4
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, *args)
 init(self) -> register_info_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 name = property(_ida_idd.register_info_t_name_get, _ida_idd.register_info_t_name_set, doc=)
 
 flags = property(_ida_idd.register_info_t_flags_get, _ida_idd.register_info_t_flags_set, doc=)
 
 register_class = property(_ida_idd.register_info_t_register_class_get, _ida_idd.register_info_t_register_class_set, doc=)
 
 dtype = property(_ida_idd.register_info_t_dtype_get, _ida_idd.register_info_t_dtype_set, doc=)
 
 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=)
 
 bit_strings = property(__get_bit_strings)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Property Documentation

◆ bit_strings

bit_strings = property(__get_bit_strings)
static

◆ default_bit_strings_mask

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

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

◆ flags

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

◆ name

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

◆ register_class

register_class = property(_ida_idd.register_info_t_register_class_get, _ida_idd.register_info_t_register_class_set, doc=)
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: