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