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

Public Member Functions

 __init__ (self)
 

Static Public Attributes

str name
 
str flags
 
str register_class
 
str dtype
 
str default_bit_strings_mask
 

Properties

 thisown
 
 bit_strings = property(__get_bit_strings)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Data Documentation

◆ default_bit_strings_mask

str default_bit_strings_mask
static
Initial value:
= property(_ida_idd.
register_info_t_default_bit_strings_mask_get, _ida_idd.
register_info_t_default_bit_strings_mask_set)

◆ dtype

str dtype
static
Initial value:
= property(_ida_idd.register_info_t_dtype_get,
_ida_idd.register_info_t_dtype_set)

◆ flags

str flags
static
Initial value:
= property(_ida_idd.register_info_t_flags_get, _ida_idd
.register_info_t_flags_set)

◆ name

str name
static
Initial value:
= property(_ida_idd.register_info_t_name_get,
_ida_idd.register_info_t_name_set)

◆ register_class

str register_class
static
Initial value:
= property(_ida_idd.
register_info_t_register_class_get, _ida_idd.
register_info_t_register_class_set)

Property Documentation

◆ bit_strings

bit_strings = property(__get_bit_strings)
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: