IDAPython 9.0
|
Proxy of C++ short_pointer class.
Public Member Functions | |
__init__ (self) | |
init(self) -> short_pointer | |
"void" | assign (self, "short" value) |
assign(self, value) | |
"short" | value (self) |
value(self) -> short | |
"short *" | cast (self) |
cast(self) -> short * | |
Static Public Member Functions | |
"short_pointer *" | frompointer ("short *" t) |
frompointer(t) -> short_pointer | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
__init__ | ( | self | ) |
"void" assign | ( | self, | |
"short" | value ) |
value | short |
"short *" cast | ( | self | ) |
|
static |
t | short * |
"short" value | ( | self | ) |
|
static |