|
IDAPython 9.0
|
Proxy of C++ ushort_pointer class.
Public Member Functions | |
| __init__ (self) | |
| init(self) -> ushort_pointer | |
| "void" | assign (self, "ushort" value) |
| assign(self, value) | |
| "ushort" | value (self) |
| value(self) -> ushort | |
| "ushort *" | cast (self) |
| cast(self) -> ushort * | |
Static Public Member Functions | |
| "ushort_pointer *" | frompointer ("ushort *" t) |
| frompointer(t) -> ushort_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, | |
| "ushort" | value ) |
| value | ushort |
| "ushort *" cast | ( | self | ) |
|
static |
| t | ushort * |
| "ushort" value | ( | self | ) |
|
static |