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