IDAPython 8.4
Loading...
Searching...
No Matches
regarg_t Class Reference

Proxy of C++ regarg_t class.

Inheritance diagram for regarg_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> regarg_t init(self, r) -> regarg_t
 
"void" swap (self, *args)
 swap(self, r)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 reg = property(_ida_funcs.regarg_t_reg_get, _ida_funcs.regarg_t_reg_set, doc=)
 
 type = property(_ida_funcs.regarg_t_type_get, _ida_funcs.regarg_t_type_set, doc=)
 
 name = property(_ida_funcs.regarg_t_name_get, _ida_funcs.regarg_t_name_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
rregarg_t const &

Member Function Documentation

◆ swap()

"void" swap ( self,
* args )
Parameters
rregarg_t &

Property Documentation

◆ name

name = property(_ida_funcs.regarg_t_name_get, _ida_funcs.regarg_t_name_set, doc=)
static

◆ reg

reg = property(_ida_funcs.regarg_t_reg_get, _ida_funcs.regarg_t_reg_set, doc=)
static

◆ thisown

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

◆ type

type = property(_ida_funcs.regarg_t_type_get, _ida_funcs.regarg_t_type_set, doc=)
static

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