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